diff --git a/Cargo.lock b/Cargo.lock index 70b70d5..2d2fdbb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7155,7 +7155,7 @@ dependencies = [ "num_enum", "qualifier_attr", "rand 0.8.5", - "rand_chacha 0.3.1", + "rand_chacha 0.9.0", "rayon", "seqlock", "serde", @@ -8489,7 +8489,7 @@ dependencies = [ "indicatif 0.18.0", "log", "rand 0.8.5", - "rand_chacha 0.3.1", + "rand_chacha 0.9.0", "rayon", "solana-keypair", "solana-logger", @@ -8539,7 +8539,7 @@ dependencies = [ "qualifier_attr", "quinn", "rand 0.8.5", - "rand_chacha 0.3.1", + "rand_chacha 0.9.0", "rayon", "rolling-file", "rustls 0.23.29", @@ -9291,7 +9291,7 @@ dependencies = [ "rand 0.7.3", "rand 0.8.5", "rand_chacha 0.2.2", - "rand_chacha 0.3.1", + "rand_chacha 0.9.0", "rayon", "serde", "serde-big-array", @@ -9514,7 +9514,7 @@ dependencies = [ "bytemuck", "criterion", "rand 0.8.5", - "rand_chacha 0.3.1", + "rand_chacha 0.9.0", ] [[package]] @@ -9549,7 +9549,7 @@ dependencies = [ "prost 0.11.9", "qualifier_attr", "rand 0.8.5", - "rand_chacha 0.3.1", + "rand_chacha 0.9.0", "rayon", "reed-solomon-erasure", "rocksdb", @@ -10114,7 +10114,7 @@ dependencies = [ "log", "nix", "rand 0.8.5", - "rand_chacha 0.3.1", + "rand_chacha 0.9.0", "rayon", "serde", "solana-clock", @@ -11420,7 +11420,7 @@ dependencies = [ "qualifier_attr", "rand 0.7.3", "rand 0.8.5", - "rand_chacha 0.3.1", + "rand_chacha 0.9.0", "rayon", "regex", "serde", @@ -13271,7 +13271,7 @@ dependencies = [ "lru", "quinn", "rand 0.8.5", - "rand_chacha 0.3.1", + "rand_chacha 0.9.0", "rayon", "rustls 0.23.29", "solana-clock", diff --git a/Cargo.toml b/Cargo.toml index f949997..0e5c73c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -342,7 +342,7 @@ quinn-proto = "0.11.12" quote = "1.0" rand = "0.8.5" rand0-7 = { package = "rand", version = "0.7" } -rand_chacha = "0.3.1" +rand_chacha = "0.9.0" rand_chacha0-2 = { package = "rand_chacha", version = "0.2.2" } rayon = "1.10.0" reed-solomon-erasure = "6.0.0" diff --git a/account-decoder/Cargo.toml b/account-decoder/Cargo.toml index 367b56f..c6ada0b 100644 --- a/account-decoder/Cargo.toml +++ b/account-decoder/Cargo.toml @@ -45,7 +45,7 @@ solana-stake-interface = { workspace = true } solana-sysvar = { workspace = true } solana-vote-interface = { workspace = true, features = ["bincode"] } spl-generic-token = { workspace = true } -spl-token = { path ="/home/atreyrachit23/agave/token/program" , features = ["no-entrypoint"] } +spl-token = { path = "../token/program" , features = ["no-entrypoint"] } spl-token-2022 = { workspace = true, features = ["no-entrypoint"] } spl-token-group-interface = { workspace = true } spl-token-metadata-interface = { workspace = true } diff --git a/accounts-cluster-bench/Cargo.toml b/accounts-cluster-bench/Cargo.toml index 87bf262..f509c2d 100644 --- a/accounts-cluster-bench/Cargo.toml +++ b/accounts-cluster-bench/Cargo.toml @@ -42,7 +42,7 @@ solana-transaction = { workspace = true } solana-transaction-status = { workspace = true } solana-version = { workspace = true } spl-generic-token = { workspace = true } -spl-token = { path ="/home/atreyrachit23/agave/token/program" , features = ["no-entrypoint"] } +spl-token = { path = "../token/program" , features = ["no-entrypoint"] } [target.'cfg(not(any(target_env = "msvc", target_os = "freebsd")))'.dependencies] jemallocator = { workspace = true } diff --git a/associated-token-account/program/Cargo.toml b/associated-token-account/program/Cargo.toml index 9b6b200..09ecad1 100644 --- a/associated-token-account/program/Cargo.toml +++ b/associated-token-account/program/Cargo.toml @@ -18,7 +18,7 @@ num-traits = "0.2" solana-program = "2.3.0" solana-system-interface = "1" spl-associated-token-account-client = { version = "2.0.0", path = "../interface" } -spl-token = { path ="/home/atreyrachit23/agave/token/program", features = ["no-entrypoint"] } +spl-token = { path = "../../token/program", features = ["no-entrypoint"] } spl-token-2022 = { workspace = true, features = ["no-entrypoint"] } thiserror = "2.0" diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 2c33996..1417e40 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -92,7 +92,7 @@ solana-version = { workspace = true } solana-vote = { workspace = true } solana-vote-program = { workspace = true } spl-generic-token = { workspace = true } -spl-token = { path ="/home/atreyrachit23/agave/token/program", features = ["no-entrypoint"] } +spl-token = { path = "../token/program", features = ["no-entrypoint"] } spl-token-2022 = { workspace = true, features = ["no-entrypoint"] } stream-cancel = { workspace = true } thiserror = { workspace = true } diff --git a/svm/Cargo.toml b/svm/Cargo.toml index 8c80731..110767d 100644 --- a/svm/Cargo.toml +++ b/svm/Cargo.toml @@ -119,7 +119,7 @@ solana-system-transaction = { workspace = true } solana-sysvar = { workspace = true } solana-transaction = { workspace = true, features = ["dev-context-only-utils"] } solana-transaction-context = { workspace = true, features = ["dev-context-only-utils"] } -spl-token = { path ="/home/atreyrachit23/agave/token/program" } +spl-token = { path = "../token/program" } test-case = { workspace = true } [lints] diff --git a/svm/examples/paytube/Cargo.toml b/svm/examples/paytube/Cargo.toml index 72d3255..9fea80a 100644 --- a/svm/examples/paytube/Cargo.toml +++ b/svm/examples/paytube/Cargo.toml @@ -37,7 +37,7 @@ solana-system-program = { workspace = true } solana-transaction = { workspace = true, features = ["blake3"] } solana-transaction-error = { workspace = true } spl-associated-token-account = { workspace = true } -spl-token = { path ="/home/atreyrachit23/agave/token/program" } +spl-token = { path = "../../../token/program" } termcolor = { workspace = true } [dev-dependencies] diff --git a/token-2022/clients/cli/Cargo.toml b/token-2022/clients/cli/Cargo.toml index 1e98881..f2e2c57 100644 --- a/token-2022/clients/cli/Cargo.toml +++ b/token-2022/clients/cli/Cargo.toml @@ -32,7 +32,7 @@ solana-sdk = "2.2.1" solana-system-interface = "1" solana-transaction-status = "2.3.4" spl-associated-token-account-client = { workspace = true } -spl-token = { path ="/home/atreyrachit23/agave/token/program", features = ["no-entrypoint"] } +spl-token = { path = "../../../token/program", features = ["no-entrypoint"] } spl-token-2022 = { workspace = true, features = ["no-entrypoint"] } spl-token-client = { version = "0.16.1", path = "../rust-legacy" } spl-token-confidential-transfer-proof-generation = { version = "0.4.0", path = "../../confidential-transfer/proof-generation" } diff --git a/token-2022/clients/rust-legacy/Cargo.toml b/token-2022/clients/rust-legacy/Cargo.toml index 3114cd0..aa76051 100644 --- a/token-2022/clients/rust-legacy/Cargo.toml +++ b/token-2022/clients/rust-legacy/Cargo.toml @@ -31,7 +31,7 @@ spl-associated-token-account-client = { workspace = true } spl-elgamal-registry = { version = "0.3.0",features = ["no-entrypoint"], path = "../../confidential-transfer/elgamal-registry"} spl-memo = { version = "6.0", features = ["no-entrypoint"] } spl-record = { version = "0.3.0", features = ["no-entrypoint"] } -spl-token = { path ="/home/atreyrachit23/agave/token/program", features = ["no-entrypoint"] } +spl-token = { path = "../../../token/program", features = ["no-entrypoint"] } spl-token-confidential-transfer-proof-extraction = { version = "0.4.0", path = "../../confidential-transfer/proof-extraction" } spl-token-confidential-transfer-proof-generation = { version = "0.4.0", path = "../../confidential-transfer/proof-generation" } spl-token-2022 = { workspace = true , features = ["no-entrypoint"] } diff --git a/tokens/Cargo.toml b/tokens/Cargo.toml index 7a03045..470c644 100644 --- a/tokens/Cargo.toml +++ b/tokens/Cargo.toml @@ -42,7 +42,7 @@ solana-transaction = { workspace = true } solana-transaction-status = { workspace = true } solana-version = { workspace = true } spl-associated-token-account = { workspace = true, features = ["no-entrypoint"] } -spl-token = { path ="/home/atreyrachit23/agave/token/program" , features = ["no-entrypoint"] } +spl-token = { path = "../token/program" , features = ["no-entrypoint"] } tempfile = { workspace = true } thiserror = { workspace = true } diff --git a/transaction-status/Cargo.toml b/transaction-status/Cargo.toml index 6bfcec6..a0f4754 100644 --- a/transaction-status/Cargo.toml +++ b/transaction-status/Cargo.toml @@ -44,7 +44,7 @@ solana-transaction-status-client-types = { workspace = true } solana-vote-interface = { workspace = true } spl-associated-token-account = { workspace = true, features = ["no-entrypoint"] } spl-memo = { workspace = true, features = ["no-entrypoint"] } -spl-token = { path ="/home/atreyrachit23/agave/token/program" , features = ["no-entrypoint"] } +spl-token = { path = "../token/program" , features = ["no-entrypoint"] } spl-token-2022 = { workspace = true, features = ["no-entrypoint"] } spl-token-group-interface = { workspace = true } spl-token-metadata-interface = { workspace = true }