From 2f08e14b1c030209263b1026e8bfb810dfcbf8ed Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 15 Jan 2021 16:41:07 -0800 Subject: [PATCH] build(deps): bump rand from 0.8.1 to 0.8.2 (#473) Bumps [rand](https://github.com/rust-random/rand) from 0.8.1 to 0.8.2. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.8.1...0.8.2) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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"] }