diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-05-29 08:03:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-29 08:03:20 +0000 |
commit | b5cded90827c9b973c799a4efd361d19898bd9b7 (patch) | |
tree | 522a6a50b8255625960907c8b0aab059d045d6d8 /Cargo.lock | |
parent | d7d56454b07b70e3d9b2e3746ea1b2a1a1f05b7f (diff) | |
download | servo-b5cded90827c9b973c799a4efd361d19898bd9b7.tar.gz servo-b5cded90827c9b973c799a4efd361d19898bd9b7.zip |
Bump flate2 from 1.0.12 to 1.0.14
Bumps [flate2](https://github.com/alexcrichton/flate2-rs) from 1.0.12 to 1.0.14.
- [Release notes](https://github.com/alexcrichton/flate2-rs/releases)
- [Commits](https://github.com/alexcrichton/flate2-rs/compare/1.0.12...1.0.14)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index b06a5af4acb..e36576d16f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1522,9 +1522,9 @@ checksum = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33" [[package]] name = "flate2" -version = "1.0.12" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad3c5233c9a940c8719031b423d7e6c16af66e031cb0420b0896f5245bf181d3" +checksum = "2cfff41391129e0a856d6d822600b8d71179d46879e310417eb9c762eb178b42" dependencies = [ "cfg-if", "crc32fast", |