Update Rust crate flate2 to 1.0.24
ci/woodpecker/push/deploy unknown status Details
ci/woodpecker/push/lint Pipeline was successful Details

pull/27/head
Renovate Bot 2022-05-28 21:02:02 +00:00
parent f0b5e331d4
commit e6977e0309
2 changed files with 3 additions and 5 deletions

6
Cargo.lock generated
View File

@ -176,13 +176,11 @@ dependencies = [
[[package]]
name = "flate2"
version = "1.0.23"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af"
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
dependencies = [
"cfg-if",
"crc32fast",
"libc",
"miniz_oxide",
]

View File

@ -18,7 +18,7 @@ tracing = "0.1.34"
tracing-subscriber = {version = "0.3.11", features = ["env-filter"] }
tower-http = { version = "0.3.3", features = ["fs", "trace", "auth"] }
tar = "0.4.38"
flate2 = "1.0.23"
flate2 = "1.0.24"
tokio-util = { version = "0.7.2", features = ["io"] }
futures-util = "0.3.21"
uuid = { version = "1.0.0", features = ["v4"] }