diff --git a/Cargo.lock b/Cargo.lock index 0311ebeb..a7ba6939 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -287,7 +287,7 @@ dependencies = [ "eventsource-stream", "futures", "getrandom 0.3.4", - "rand 0.9.2", + "rand 0.9.3", "reqwest 0.12.28", "reqwest-eventsource", "secrecy", @@ -767,7 +767,7 @@ dependencies = [ "num_cpus", "objc2-foundation", "objc2-metal", - "rand 0.9.2", + "rand 0.9.3", "rand_distr 0.5.1", "rayon", "safetensors 0.7.0", @@ -1159,7 +1159,7 @@ checksum = "0940496e5c83c54f3b753d5317daec82e8edac71c33aaa1f666d76f518de2444" dependencies = [ "hax-lib", "pastey", - "rand 0.9.2", + "rand 0.9.3", ] [[package]] @@ -2228,7 +2228,7 @@ dependencies = [ "cudarc 0.19.2", "half", "num-traits", - "rand 0.9.2", + "rand 0.9.3", "rand_distr 0.5.1", ] @@ -2851,7 +2851,7 @@ dependencies = [ "google-cloud-wkt", "http", "pin-project", - "rand 0.9.2", + "rand 0.9.3", "serde", "serde_json", "thiserror 2.0.18", @@ -3071,7 +3071,7 @@ dependencies = [ "cfg-if", "crunchy", "num-traits", - "rand 0.9.2", + "rand 0.9.3", "rand_distr 0.5.1", "zerocopy", ] @@ -3200,7 +3200,7 @@ dependencies = [ "log", "native-tls", "num_cpus", - "rand 0.9.2", + "rand 0.9.3", "reqwest 0.12.28", "serde", "serde_json", @@ -4000,7 +4000,7 @@ dependencies = [ "libc", "ndarray", "pdf-extract", - "rand 0.9.2", + "rand 0.9.3", "rayon", "regex", "serde", @@ -4070,7 +4070,7 @@ dependencies = [ "libcrux-secrets", "libcrux-sha3", "libcrux-traits", - "rand 0.9.2", + "rand 0.9.3", "tls_codec", ] @@ -4111,7 +4111,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]] @@ -4230,7 +4230,7 @@ dependencies = [ "md-5", "nom 8.0.0", "nom_locate", - "rand 0.9.2", + "rand 0.9.3", "rangemap", "sha2 0.10.9", "stringprep", @@ -4483,7 +4483,7 @@ dependencies = [ "indexmap 2.13.0", "mistralrs-core", "mistralrs-macros", - "rand 0.9.2", + "rand 0.9.3", "reqwest 0.13.2", "schemars 1.2.1", "serde", @@ -4565,7 +4565,7 @@ dependencies = [ "ordered-float 5.1.0", "parking_lot", "radix_trie", - "rand 0.9.2", + "rand 0.9.3", "rand_distr 0.5.1", "rand_isaac", "rayon", @@ -5987,7 +5987,7 @@ dependencies = [ "bytes", "getrandom 0.3.4", "lru-slab", - "rand 0.9.2", + "rand 0.9.3", "ring", "rustc-hash 2.1.1", "rustls", @@ -6051,9 +6051,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", @@ -6120,7 +6120,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463" dependencies = [ "num-traits", - "rand 0.9.2", + "rand 0.9.3", ] [[package]] @@ -6165,7 +6165,7 @@ dependencies = [ "num-traits", "paste", "profiling", - "rand 0.9.2", + "rand 0.9.3", "rand_chacha 0.9.0", "simd_helpers", "thiserror 2.0.18", @@ -6562,7 +6562,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 0.52.0", @@ -7586,7 +7586,7 @@ dependencies = [ "ndarray", "openssl", "pdf-extract", - "rand 0.9.2", + "rand 0.9.3", "regex", "reqwest 0.12.28", "russh", @@ -8255,7 +8255,7 @@ dependencies = [ "macro_rules_attribute", "monostate", "paste", - "rand 0.9.2", + "rand 0.9.3", "rayon", "rayon-cond", "regex", @@ -8289,7 +8289,7 @@ dependencies = [ "monostate", "onig", "paste", - "rand 0.9.2", + "rand 0.9.3", "rayon", "rayon-cond", "regex", @@ -8686,7 +8686,7 @@ dependencies = [ "http", "httparse", "log", - "rand 0.9.2", + "rand 0.9.3", "sha1 0.10.6", "thiserror 2.0.18", "utf-8", diff --git a/crates/spnl-cli/Cargo.lock b/crates/spnl-cli/Cargo.lock index 906cb024..edd76455 100644 --- a/crates/spnl-cli/Cargo.lock +++ b/crates/spnl-cli/Cargo.lock @@ -303,7 +303,7 @@ dependencies = [ "eventsource-stream", "futures", "getrandom 0.3.4", - "rand 0.9.2", + "rand 0.9.3", "reqwest 0.12.28", "reqwest-eventsource", "secrecy", @@ -783,7 +783,7 @@ dependencies = [ "num_cpus", "objc2-foundation", "objc2-metal", - "rand 0.9.2", + "rand 0.9.3", "rand_distr 0.5.1", "rayon", "safetensors 0.7.0", @@ -1211,7 +1211,7 @@ checksum = "0940496e5c83c54f3b753d5317daec82e8edac71c33aaa1f666d76f518de2444" dependencies = [ "hax-lib", "pastey", - "rand 0.9.2", + "rand 0.9.3", ] [[package]] @@ -2359,7 +2359,7 @@ dependencies = [ "cudarc 0.19.3", "half", "num-traits", - "rand 0.9.2", + "rand 0.9.3", "rand_distr 0.5.1", ] @@ -2982,7 +2982,7 @@ dependencies = [ "google-cloud-wkt", "http", "pin-project", - "rand 0.9.2", + "rand 0.9.3", "serde", "serde_json", "thiserror 2.0.18", @@ -3200,7 +3200,7 @@ dependencies = [ "cfg-if", "crunchy", "num-traits", - "rand 0.9.2", + "rand 0.9.3", "rand_distr 0.5.1", "zerocopy", ] @@ -3328,7 +3328,7 @@ dependencies = [ "libc", "log", "num_cpus", - "rand 0.9.2", + "rand 0.9.3", "reqwest 0.12.28", "serde", "serde_json", @@ -4137,7 +4137,7 @@ dependencies = [ "libc", "ndarray", "pdf-extract", - "rand 0.9.2", + "rand 0.9.3", "rayon", "regex", "serde", @@ -4207,7 +4207,7 @@ dependencies = [ "libcrux-secrets", "libcrux-sha3", "libcrux-traits", - "rand 0.9.2", + "rand 0.9.3", "tls_codec", ] @@ -4248,7 +4248,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]] @@ -4308,7 +4308,7 @@ name = "lipsum" version = "0.9.1" source = "git+https://github.com/mgeisler/lipsum.git#233e48a36df40641a609a9476fe9009d928757c5" dependencies = [ - "rand 0.9.2", + "rand 0.9.3", "rand_chacha 0.9.0", ] @@ -4376,7 +4376,7 @@ dependencies = [ "md-5", "nom 8.0.0", "nom_locate", - "rand 0.9.2", + "rand 0.9.3", "rangemap", "sha2 0.10.9", "stringprep", @@ -4629,7 +4629,7 @@ dependencies = [ "indexmap 2.13.0", "mistralrs-core", "mistralrs-macros", - "rand 0.9.2", + "rand 0.9.3", "reqwest 0.13.2", "schemars 1.2.1", "serde", @@ -4711,7 +4711,7 @@ dependencies = [ "ordered-float 5.1.0", "parking_lot", "radix_trie 0.3.0", - "rand 0.9.2", + "rand 0.9.3", "rand_distr 0.5.1", "rand_isaac", "rayon", @@ -6122,7 +6122,7 @@ dependencies = [ "bytes", "getrandom 0.3.4", "lru-slab", - "rand 0.9.2", + "rand 0.9.3", "ring", "rustc-hash 2.1.1", "rustls", @@ -6196,9 +6196,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", @@ -6265,7 +6265,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463" dependencies = [ "num-traits", - "rand 0.9.2", + "rand 0.9.3", ] [[package]] @@ -6310,7 +6310,7 @@ dependencies = [ "num-traits", "paste", "profiling", - "rand 0.9.2", + "rand 0.9.3", "rand_chacha 0.9.0", "simd_helpers", "thiserror 2.0.18", @@ -6707,7 +6707,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 0.52.0", @@ -7687,7 +7687,7 @@ dependencies = [ "lipsum", "petname", "ptree", - "rand 0.9.2", + "rand 0.9.3", "reqwest 0.12.28", "rustyline", "serde", @@ -7741,7 +7741,7 @@ dependencies = [ "ndarray", "openssl", "pdf-extract", - "rand 0.9.2", + "rand 0.9.3", "regex", "reqwest 0.12.28", "russh", @@ -8407,7 +8407,7 @@ dependencies = [ "macro_rules_attribute", "monostate", "paste", - "rand 0.9.2", + "rand 0.9.3", "rayon", "rayon-cond", "regex", @@ -8441,7 +8441,7 @@ dependencies = [ "monostate", "onig", "paste", - "rand 0.9.2", + "rand 0.9.3", "rayon", "rayon-cond", "regex", @@ -8813,7 +8813,7 @@ dependencies = [ "http", "httparse", "log", - "rand 0.9.2", + "rand 0.9.3", "sha1 0.10.6", "thiserror 2.0.18", "utf-8",