From 8ad0e9e00c850399449fefa6fede742295927c46 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 14 Jan 2021 05:24:24 +0000 Subject: [PATCH] build(deps): bump rand from 0.8.1 to 0.8.2 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] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 85c855476..6e0a9583a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -967,9 +967,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", @@ -1282,7 +1282,7 @@ dependencies = [ "pest", "pest_derive", "quick-xml", - "rand 0.8.1", + "rand 0.8.2", "rayon", "regex", "rust-ini", @@ -1383,7 +1383,7 @@ checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22" dependencies = [ "cfg-if 1.0.0", "libc", - "rand 0.8.1", + "rand 0.8.2", "redox_syscall 0.2.4", "remove_dir_all", "winapi", diff --git a/Cargo.toml b/Cargo.toml index 0bb739e76..7d10ee029 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ open = "1.4.0" unicode-width = "0.1.8" term_size = "0.3.2" quick-xml = "0.20.0" -rand = "0.8.1" +rand = "0.8.2" serde = { version = "1.0.119", features = ["derive"] } indexmap = "1.6.1" notify-rust = { version = "4.2.2", optional = true }