Update libflate 1.2.0.

This commit is contained in:
jcamiel 2022-03-25 13:59:38 +01:00 committed by jcamiel
parent 6f7909b5b3
commit 4f5cfc0f1f
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -488,9 +488,9 @@ checksum = "3cb00336871be5ed2c8ed44b60ae9959dc5b9f08539422ed43f09e34ecaeba21"
[[package]]
name = "libflate"
version = "1.1.2"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2d57e534717ac3e0b8dc459fe338bdfb4e29d7eea8fd0926ba649ddd3f4765f"
checksum = "05605ab2bce11bcfc0e9c635ff29ef8b2ea83f29be257ee7d730cac3ee373093"
dependencies = [
"adler32",
"crc32fast",

View File

@ -31,7 +31,7 @@ hex = "0.4.3"
hex-literal = "0.3.4"
hurl_core = { version = "1.7.0-snapshot", path = "../hurl_core" }
indexmap = "1.8.0"
libflate = "1.1.2"
libflate = "1.2.0"
libxml = "0.3.0"
md5 = "0.7.0"
percent-encoding = "2.1.0"