diff --git a/Cargo.lock b/Cargo.lock index ba0319c..5c2c6e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1869,9 +1869,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c24fcd450d3fa2b592732565aa4f17a27a61c65ece4726353e000939b0edee34" +checksum = "18519b42a40024d661e1714153e9ad0c3de27cd495760ceb09710920f1098b1e" dependencies = [ "libc", "rand_chacha 0.3.0", @@ -2130,7 +2130,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "67c5f557ca03d0c2dc8207adb765f6fd18ad535a7031208dd0e9208b8e91caef" dependencies = [ "num 0.3.1", - "rand 0.8.1", + "rand 0.8.2", "simple_asn1", ] @@ -2409,7 +2409,7 @@ dependencies = [ "instant", "lazy_static", "log", - "rand 0.8.1", + "rand 0.8.2", "rand_pcg 0.3.0", "reqwest", "rsa_public_encrypt_pkcs1", diff --git a/Cargo.toml b/Cargo.toml index ad0d495..950e431 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ flate2 = { version = "1.0.19", features = ["rust_backend"], default-features = f zip = { version = "0.5.6", features = ["deflate"], default-features = false } image = "0.23.12" getrandom = { version = "0.2.1", features = ["js"] } -rand = "0.8.1" +rand = "0.8.2" rand_pcg = "0.3.0" base64 = "0.13.0" log = { version = "0.4.13", features = ["std"] }