diff --git a/Cargo.lock b/Cargo.lock index 263edb8..d78c8d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8444,7 +8444,7 @@ dependencies = [ "futures 0.3.31", "futures-util", "log", - "rand 0.8.5", + "rand 0.9.2", "serde", "serde_json", "solana-clap-v3-utils", @@ -9649,7 +9649,7 @@ dependencies = [ "itertools 0.12.1", "log", "lru", - "rand 0.8.5", + "rand 0.9.2", "serde", "serde_json", "solana-clap-v3-utils", @@ -11128,7 +11128,7 @@ dependencies = [ "clap 4.5.53", "futures 0.3.31", "log", - "rand 0.8.5", + "rand 0.9.2", "serde", "serde_json", "solana-clap-v3-utils", diff --git a/Cargo.toml b/Cargo.toml index 2bfb5bd..6a2cdd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ futures-util = "0.3.29" itertools = "0.12.1" log = "0.4.27" lru = "0.7.7" -rand = "0.8.5" +rand = "0.9.2" serde = "1.0.228" # must match the serde_derive version, see https://github.com/serde-rs/serde/issues/2584#issuecomment-1685252251 serde_json = "1.0.145" solana-clap-v3-utils = { git = "https://github.com/anza-xyz/agave.git", rev = "7d7973", features = ["agave-unstable-api"] }