diff --git a/Cargo.lock b/Cargo.lock index b966843..6868398 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -205,7 +205,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "211f05e03c7d03754740fd9e585de910a095d6b99f8bcfffdef8319fa02a8331" dependencies = [ "hybrid-array", - "rand_core 0.10.0", + "rand_core 0.10.1", ] [[package]] @@ -452,7 +452,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3ae2c3347ff4a7af4f679a9e397c2c7e6034a00b773dd2dd3c001d7f40897c9" dependencies = [ "crypto-common 0.2.0", - "rand_core 0.10.0", + "rand_core 0.10.1", ] [[package]] @@ -483,7 +483,7 @@ dependencies = [ "hybrid-array", "module-lattice", "pkcs8 0.11.0-rc.11", - "rand_core 0.10.0", + "rand_core 0.10.1", "sha3", "signature 3.0.0-rc.10", ] @@ -497,7 +497,7 @@ dependencies = [ "hybrid-array", "kem", "module-lattice", - "rand_core 0.10.0", + "rand_core 0.10.1", "sha3", "subtle", ] @@ -601,9 +601,9 @@ dependencies = [ [[package]] name = "rand_core" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba" +checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69" [[package]] name = "regex" @@ -762,7 +762,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f1880df446116126965eeec169136b2e0251dba37c6223bcc819569550edea3" dependencies = [ "digest 0.11.0", - "rand_core 0.10.0", + "rand_core 0.10.1", ] [[package]] @@ -776,7 +776,7 @@ dependencies = [ "hmac 0.13.0-rc.5", "hybrid-array", "pkcs8 0.11.0-rc.11", - "rand_core 0.10.0", + "rand_core 0.10.1", "sha2 0.11.0-rc.5", "sha3", "signature 3.0.0-rc.10", @@ -902,7 +902,7 @@ dependencies = [ "hmac 0.12.1", "ml-dsa", "ml-kem", - "rand_core 0.10.0", + "rand_core 0.10.1", "regex", "serde", "serde_json",