summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-05 05:22:55 +0000
committerdependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-05 05:32:47 +0000
commit550c09598dbfe85c7f851b8fea8a916ed4185903 (patch)
tree62960d717542d502a5126ff458835d56e011b06f /Cargo.lock
parent2e71dfa15ba7a415943f0e5bc3defc01227fdac0 (diff)
build(deps): bump rand from 0.8.0 to 0.8.1
Bumps [rand](https://github.com/rust-random/rand) from 0.8.0 to 0.8.1. - [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.0...0.8.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9c7b46caa..e08032de3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -967,9 +967,9 @@ dependencies = [
[[package]]
name = "rand"
-version = "0.8.0"
+version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a76330fb486679b4ace3670f117bbc9e16204005c4bde9c4bd372f45bed34f12"
+checksum = "c24fcd450d3fa2b592732565aa4f17a27a61c65ece4726353e000939b0edee34"
dependencies = [
"libc",
"rand_chacha 0.3.0",
@@ -1273,7 +1273,7 @@ dependencies = [
"pest",
"pest_derive",
"quick-xml",
- "rand 0.8.0",
+ "rand 0.8.1",
"rayon",
"regex",
"rust-ini",