mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-13 06:54:54 +03:00
Update libflate 1.2.0.
This commit is contained in:
parent
6f7909b5b3
commit
4f5cfc0f1f
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user