aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-06-03 08:10:32 +0000
committerGitHub <noreply@github.com>2020-06-03 08:10:32 +0000
commitea49992c382a4887f88acb3b94ef06d73fd80fe4 (patch)
treec6ae40a1c06036d162ed9ef873272b5441ef39c3 /Cargo.lock
parentea491b41174edd03c3ee08fe29046c33b96b0406 (diff)
downloadservo-ea49992c382a4887f88acb3b94ef06d73fd80fe4.tar.gz
servo-ea49992c382a4887f88acb3b94ef06d73fd80fe4.zip
Bump rand_chacha from 0.2.1 to 0.2.2
Bumps [rand_chacha](https://github.com/rust-random/rand) from 0.2.1 to 0.2.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/rand_chacha-0.2.1...rand_chacha-0.2.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock15
1 files changed, 3 insertions, 12 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6865c4ec3d3..2f9e396fa62 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -494,15 +494,6 @@ dependencies = [
]
[[package]]
-name = "c2-chacha"
-version = "0.2.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "217192c943108d8b13bac38a1d51df9ce8a407a3f5a71ab633980665e68fbd9a"
-dependencies = [
- "ppv-lite86",
-]
-
-[[package]]
name = "canvas"
version = "0.0.1"
dependencies = [
@@ -4300,11 +4291,11 @@ dependencies = [
[[package]]
name = "rand_chacha"
-version = "0.2.1"
+version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
+checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
dependencies = [
- "c2-chacha",
+ "ppv-lite86",
"rand_core",
]