Update Rust crate flate2 to 1.0.24
parent
f0b5e331d4
commit
e6977e0309
|
@ -176,13 +176,11 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "flate2"
|
name = "flate2"
|
||||||
version = "1.0.23"
|
version = "1.0.24"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af"
|
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if",
|
|
||||||
"crc32fast",
|
"crc32fast",
|
||||||
"libc",
|
|
||||||
"miniz_oxide",
|
"miniz_oxide",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ tracing = "0.1.34"
|
||||||
tracing-subscriber = {version = "0.3.11", features = ["env-filter"] }
|
tracing-subscriber = {version = "0.3.11", features = ["env-filter"] }
|
||||||
tower-http = { version = "0.3.3", features = ["fs", "trace", "auth"] }
|
tower-http = { version = "0.3.3", features = ["fs", "trace", "auth"] }
|
||||||
tar = "0.4.38"
|
tar = "0.4.38"
|
||||||
flate2 = "1.0.23"
|
flate2 = "1.0.24"
|
||||||
tokio-util = { version = "0.7.2", features = ["io"] }
|
tokio-util = { version = "0.7.2", features = ["io"] }
|
||||||
futures-util = "0.3.21"
|
futures-util = "0.3.21"
|
||||||
uuid = { version = "1.0.0", features = ["v4"] }
|
uuid = { version = "1.0.0", features = ["v4"] }
|
||||||
|
|
Loading…
Reference in New Issue