diff --git a/Cargo.lock b/Cargo.lock index b11ab6c..ea25860 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -298,7 +298,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -928,9 +928,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", @@ -1005,7 +1005,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.12.1", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 800c5fb..cb58fdb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ libsodium-sys-stable = "1.23.2" log = { version = "0.4.29", features = ["std", "release_max_level_debug"] } mimalloc = { version = "0.1.48", default-features = false } parking_lot = "0.12.5" -rand = "0.10.0" +rand = "0.10.1" rlimit = "0.11.0" rustc-hash = "2.1.2" serde = "1.0.228"