diff --git a/Cargo.lock b/Cargo.lock index 6f961212c..469656350 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -198,7 +198,7 @@ dependencies = [ "pkcs8 0.10.2", "quinn", "quinn-proto", - "rand 0.8.5", + "rand 0.8.6", "rcgen", "ring", "rustls", @@ -302,7 +302,7 @@ dependencies = [ "libloading", "linkme", "once_cell", - "rand 0.8.5", + "rand 0.8.6", "rustc_version_runtime", "serde", "serde_json", @@ -518,7 +518,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" dependencies = [ "num-traits", - "rand 0.8.5", + "rand 0.8.6", ] [[package]] @@ -794,7 +794,7 @@ dependencies = [ "getrandom 0.2.17", "instant", "pin-project-lite", - "rand 0.8.5", + "rand 0.8.6", "tokio", ] @@ -1593,7 +1593,7 @@ source = "git+https://github.com/MystenLabs/sui.git?branch=testnet#caeb21b13ef6e dependencies = [ "fastcrypto", "mysten-network", - "rand 0.8.5", + "rand 0.8.6", "serde", "shared-crypto", ] @@ -2104,7 +2104,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ab67060fc6b8ef687992d439ca0fa36e7ed17e9a0b16b25b601e8757df720de" dependencies = [ "data-encoding", - "syn 2.0.114", + "syn 1.0.109", ] [[package]] @@ -2831,7 +2831,7 @@ dependencies = [ "num-bigint 0.4.6", "once_cell", "p256", - "rand 0.8.5", + "rand 0.8.6", "readonly", "rfc6979 0.4.0", "rsa 0.8.2", @@ -2869,7 +2869,7 @@ dependencies = [ "fastcrypto", "hex", "itertools 0.10.5", - "rand 0.8.5", + "rand 0.8.6", "serde", "serde-big-array", "sha3", @@ -2993,7 +2993,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c" dependencies = [ "byteorder", - "rand 0.8.5", + "rand 0.8.6", "rustc-hex", "static_assertions", ] @@ -3270,7 +3270,7 @@ dependencies = [ "parking_lot", "portable-atomic", "quanta", - "rand 0.8.5", + "rand 0.8.6", "smallvec", "spinning_top", ] @@ -3293,7 +3293,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" dependencies = [ "ff 0.13.1", - "rand 0.8.5", + "rand 0.8.6", "rand_core 0.6.4", "rand_xorshift 0.3.0", "subtle", @@ -4070,7 +4070,7 @@ dependencies = [ "jsonrpsee-types", "parking_lot", "pin-project", - "rand 0.8.5", + "rand 0.8.6", "rustc-hash 2.1.1", "serde", "serde_json", @@ -4870,7 +4870,7 @@ dependencies = [ "num", "once_cell", "primitive-types", - "rand 0.8.5", + "rand 0.8.6", "ref-cast", "serde", "serde_bytes", @@ -5082,7 +5082,7 @@ dependencies = [ "msim-macros", "naive-timer", "pin-project-lite", - "rand 0.8.5", + "rand 0.8.6", "real_tokio", "serde", "socket2 0.4.10", @@ -5179,7 +5179,7 @@ dependencies = [ "mysten-metrics", "once_cell", "parking_lot", - "rand 0.8.5", + "rand 0.8.6", "reqwest", "serde_json", "snap", @@ -5235,7 +5235,7 @@ dependencies = [ "pin-project-lite", "prometheus", "quinn-proto", - "rand 0.8.5", + "rand 0.8.6", "rustls", "serde", "snap", @@ -5381,7 +5381,7 @@ checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" dependencies = [ "num-integer", "num-traits", - "rand 0.8.5", + "rand 0.8.6", ] [[package]] @@ -5395,7 +5395,7 @@ dependencies = [ "num-integer", "num-iter", "num-traits", - "rand 0.8.5", + "rand 0.8.6", "smallvec", "zeroize", ] @@ -5524,7 +5524,7 @@ dependencies = [ "parking_lot", "percent-encoding", "quick-xml", - "rand 0.8.5", + "rand 0.8.6", "reqwest", "ring", "rustls-pemfile", @@ -5630,7 +5630,7 @@ dependencies = [ "glob", "opentelemetry", "percent-encoding", - "rand 0.8.5", + "rand 0.8.6", "serde_json", "thiserror 1.0.69", "tokio", @@ -5796,7 +5796,7 @@ dependencies = [ "getrandom 0.2.17", "hmac", "indexmap 2.13.0", - "rand 0.8.5", + "rand 0.8.6", "serde", "serde_json", "sha2 0.10.9", @@ -5816,7 +5816,7 @@ dependencies = [ "group 0.13.0", "hex", "lazy_static", - "rand 0.8.5", + "rand 0.8.6", "serde", "static_assertions", "subtle", @@ -5920,7 +5920,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" dependencies = [ "phf_shared 0.11.3", - "rand 0.8.5", + "rand 0.8.6", ] [[package]] @@ -6581,9 +6581,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" +checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" dependencies = [ "libc", "rand_chacha 0.3.1", @@ -7345,7 +7345,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "25996b82292a7a57ed3508f052cfff8640d38d32018784acd714758b43da9c8f" dependencies = [ "bitcoin_hashes", - "rand 0.8.5", + "rand 0.8.6", "secp256k1-sys", ] @@ -7840,7 +7840,7 @@ dependencies = [ "http", "httparse", "log", - "rand 0.8.5", + "rand 0.8.6", "sha1", ] @@ -8000,7 +8000,7 @@ dependencies = [ "memchr", "once_cell", "percent-encoding", - "rand 0.8.5", + "rand 0.8.6", "rsa 0.9.10", "serde", "sha1", @@ -8041,7 +8041,7 @@ dependencies = [ "memchr", "num-bigint 0.4.6", "once_cell", - "rand 0.8.5", + "rand 0.8.6", "serde", "serde_json", "sha2 0.10.9", @@ -8302,7 +8302,7 @@ dependencies = [ "object_store", "once_cell", "prometheus", - "rand 0.8.5", + "rand 0.8.6", "reqwest", "serde", "serde_json", @@ -8554,7 +8554,7 @@ dependencies = [ "fastcrypto", "jsonrpc", "mockall", - "rand 0.8.5", + "rand 0.8.6", "regex", "serde", "serde_json", @@ -8746,7 +8746,7 @@ dependencies = [ "prost 0.14.3", "prost-types 0.14.3", "protox", - "rand 0.8.5", + "rand 0.8.6", "roaring 0.10.12", "serde", "serde_json", @@ -8992,7 +8992,7 @@ dependencies = [ "proptest-derive", "prost 0.14.3", "prost-types 0.14.3", - "rand 0.8.5", + "rand 0.8.6", "roaring 0.10.12", "rustls-pemfile", "schemars 0.8.22", @@ -9302,7 +9302,7 @@ dependencies = [ "hmac", "once_cell", "pbkdf2", - "rand 0.8.5", + "rand 0.8.6", "rustc-hash 1.1.0", "sha2 0.10.9", "thiserror 1.0.69", @@ -9709,7 +9709,7 @@ dependencies = [ "indexmap 1.9.3", "pin-project", "pin-project-lite", - "rand 0.8.5", + "rand 0.8.6", "slab", "tokio", "tokio-util 0.7.18", @@ -9960,7 +9960,7 @@ dependencies = [ "mysten-metrics", "once_cell", "prometheus", - "rand 0.8.5", + "rand 0.8.6", "rocksdb", "serde", "sui-macros",