diff --git a/Cargo.lock b/Cargo.lock index dafffc3..f663db4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1208,9 +1208,9 @@ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" [[package]] name = "rand" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8" +checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" dependencies = [ "chacha20", "getrandom", diff --git a/Cargo.toml b/Cargo.toml index 717d85b..6b31c0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,7 +91,7 @@ human_format = { version = "1.2.1", optional = true } all-features = true [dev-dependencies] -rand = "0.10.0" +rand = "0.10.1" env_logger = { version = "0.11.10", default-features = false, features = ["humantime"] } criterion = { version = "0.8.2", default-features = false } futures-util = { version = "0.3.32", default-features = false }