diff --git a/Cargo.lock b/Cargo.lock index 4068711c..1517ab00 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1011,7 +1011,7 @@ dependencies = [ "open", "ore-rs", "percent-encoding", - "rand 0.8.5", + "rand 0.8.6", "rand_chacha 0.3.1", "recipher", "reqwest", @@ -1057,7 +1057,7 @@ dependencies = [ "hmac", "lazy_static", "num-bigint", - "rand 0.8.5", + "rand 0.8.6", "regex", "sha2", "thiserror 1.0.65", @@ -1254,7 +1254,7 @@ dependencies = [ "http 1.4.0", "miette", "nom", - "rand 0.8.5", + "rand 0.8.6", "regex", "serde", "thiserror 1.0.65", @@ -1520,7 +1520,7 @@ checksum = "2d391ba4af7f1d93f01fcf7b2f29e2bc9348e109dfdbf4dcbdc51dfa38dab0b6" dependencies = [ "deunicode", "dummy 0.8.0", - "rand 0.8.5", + "rand 0.8.6", "uuid", ] @@ -1532,7 +1532,7 @@ checksum = "aef603df4ba9adbca6a332db7da6f614f21eafefbaf8e087844e452fdec152d0" dependencies = [ "deunicode", "dummy 0.9.2", - "rand 0.8.5", + "rand 0.8.6", ] [[package]] @@ -2525,7 +2525,7 @@ dependencies = [ "hex-literal", "lazy_static", "num", - "rand 0.8.5", + "rand 0.8.6", "rand_chacha 0.3.1", "subtle-ng", "thiserror 1.0.65", @@ -2659,7 +2659,7 @@ dependencies = [ "hmac", "md-5", "memchr", - "rand 0.8.5", + "rand 0.8.6", "sha2", "stringprep", ] @@ -2860,9 +2860,9 @@ checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" [[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", @@ -2938,7 +2938,7 @@ dependencies = [ "hex", "hex-literal", "opaque-debug", - "rand 0.8.5", + "rand 0.8.6", "rand_chacha 0.3.1", "serde", "serde_cbor", @@ -3109,7 +3109,7 @@ checksum = "493b4243e32d6eedd29f9a398896e35c6943a123b55eec97dcaee98310d25810" dependencies = [ "anyhow", "chrono", - "rand 0.8.5", + "rand 0.8.6", ] [[package]] @@ -3197,7 +3197,7 @@ dependencies = [ "borsh", "bytes", "num-traits", - "rand 0.8.5", + "rand 0.8.6", "rkyv", "serde", "serde_json", @@ -4273,7 +4273,7 @@ version = "0.1.0-pre2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a544c02ef2c1724db33d7bcb8df2c1f8c2ddab27965e57cc5373c55b8da567b6" dependencies = [ - "rand 0.8.5", + "rand 0.8.6", "rand_chacha 0.3.1", "thiserror 1.0.65", "vitaminc-protected", @@ -4861,7 +4861,7 @@ dependencies = [ "const-hex", "fake 2.10.0", "opaque-debug", - "rand 0.8.5", + "rand 0.8.6", "serde", "static_assertions", "thiserror 1.0.65",