diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-05-18 08:33:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-18 08:33:33 +0000 |
commit | 611449f84a0ecd810f14ce55bb2bc48467daec1f (patch) | |
tree | 07c39b666c0e6f3d93f75ff06523836c09798781 | |
parent | 50bd5c3e0f9166a9fa049b95f23251ad7626f8de (diff) | |
download | servo-611449f84a0ecd810f14ce55bb2bc48467daec1f.tar.gz servo-611449f84a0ecd810f14ce55bb2bc48467daec1f.zip |
Bump c2-chacha from 0.2.2 to 0.2.4
Bumps [c2-chacha](https://github.com/cryptocorrosion/cryptocorrosion) from 0.2.2 to 0.2.4.
- [Release notes](https://github.com/cryptocorrosion/cryptocorrosion/releases)
- [Commits](https://github.com/cryptocorrosion/cryptocorrosion/compare/c2-chacha-0.2.2...c2-chacha-0.2.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | Cargo.lock | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock index 9a1379f83c6..4d6cf4a3e58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -486,11 +486,10 @@ dependencies = [ [[package]] name = "c2-chacha" -version = "0.2.2" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d64d04786e0f528460fc884753cf8dddcc466be308f6026f8e355c41a0e4101" +checksum = "217192c943108d8b13bac38a1d51df9ce8a407a3f5a71ab633980665e68fbd9a" dependencies = [ - "lazy_static", "ppv-lite86", ] @@ -4112,9 +4111,9 @@ checksum = "780fb4b6698bbf9cf2444ea5d22411cef2953f0824b98f33cf454ec5615645bd" [[package]] name = "ppv-lite86" -version = "0.2.5" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b" +checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea" [[package]] name = "precomputed-hash" |