diff --git a/Cargo.lock b/Cargo.lock index 61995ab..688babb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1770,7 +1770,7 @@ dependencies = [ "mina-signer", "mina-tx", "postcard", - "rand 0.8.5", + "rand 0.9.2", "rand_core 0.6.4", "regex", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index ae34dff..749e7b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ insta = "1.43.1" itertools = "0.14.0" lazy_static = "1.5.0" postcard = "1.1.3" -rand = "0.8.5" +rand = "0.9.2" rand_core = "0.6.4" regex = "1.12.3" reqwest = { version = "0.12.12", default-features = false, features = ["rustls-tls"] }