diff --git a/Cargo.lock b/Cargo.lock index cd65faf..4407b0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -937,7 +937,7 @@ dependencies = [ "hkdf", "hmac 0.10.1", "percent-encoding", - "rand 0.8.6", + "rand 0.8.7", "sha2", "time 0.2.27", "version_check", @@ -2497,7 +2497,7 @@ dependencies = [ "protox", "pyo3", "quickcheck", - "rand 0.8.6", + "rand 0.10.1", "tide", "tokio", ] @@ -2707,9 +2707,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.8.6" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" +checksum = "22f6172bdec972074665ed81ed53b71da00bfc44b65a753cfde883ec4c702a1a" dependencies = [ "libc", "rand_chacha 0.3.1", diff --git a/Cargo.toml b/Cargo.toml index 66c6123..b63b34a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ futures = "0.3" http-types = "2" pyo3 = "0.29" quickcheck = "1" -rand = "0.8.4" +rand = "0.10.1" tide = "0.16" actix-web = "4" tokio = { version = "1", features = ["rt-multi-thread", "net", "macros", "signal"] }