diff --git a/Cargo.lock b/Cargo.lock index 3d01356a9..3c1a369e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -785,7 +785,7 @@ checksum = "0940496e5c83c54f3b753d5317daec82e8edac71c33aaa1f666d76f518de2444" dependencies = [ "hax-lib", "pastey", - "rand 0.9.2", + "rand 0.9.3", ] [[package]] @@ -2424,7 +2424,7 @@ dependencies = [ "libcrux-secrets", "libcrux-sha3", "libcrux-traits", - "rand 0.9.2", + "rand 0.9.3", "tls_codec", ] @@ -2465,7 +2465,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9adfd58e79d860f6b9e40e35127bfae9e5bd3ade33201d1347459011a2add034" dependencies = [ "libcrux-secrets", - "rand 0.9.2", + "rand 0.9.3", ] [[package]] @@ -2988,7 +2988,7 @@ dependencies = [ "pin-project-lite", "prost", "prost-types", - "rand 0.9.2", + "rand 0.9.3", "rcgen", "reqwest", "russh", @@ -3584,7 +3584,7 @@ dependencies = [ "bytes", "getrandom 0.3.4", "lru-slab", - "rand 0.9.2", + "rand 0.9.3", "ring", "rustc-hash", "rustls", @@ -3644,9 +3644,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" +checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.5", @@ -3788,7 +3788,7 @@ dependencies = [ "msvc_spectre_libs", "num-bigint", "num-traits", - "rand 0.9.2", + "rand 0.9.3", "serde", "serde_json", "serde_yaml", @@ -3941,7 +3941,7 @@ dependencies = [ "pkcs1 0.8.0-rc.4", "pkcs5", "pkcs8 0.10.2", - "rand 0.9.2", + "rand 0.9.3", "rand_core 0.10.0-rc-3", "rsa 0.10.0-rc.12", "russh-cryptovec", @@ -5417,7 +5417,7 @@ dependencies = [ "http", "httparse", "log", - "rand 0.9.2", + "rand 0.9.3", "rustls", "rustls-pki-types", "sha1 0.10.6", @@ -5436,7 +5436,7 @@ dependencies = [ "http", "httparse", "log", - "rand 0.9.2", + "rand 0.9.3", "sha1 0.10.6", "thiserror 2.0.18", "utf-8",