Update Rust crate tokio-util to 0.7.8
ci/woodpecker/push/deploy unknown status Details
ci/woodpecker/push/lint Pipeline was successful Details

pull/96/head
Renovate Bot 2023-04-25 19:01:54 +00:00
parent ae8227eb8d
commit dfd8b83788
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -941,9 +941,9 @@ dependencies = [
[[package]]
name = "tokio-util"
version = "0.7.4"
version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"
checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
dependencies = [
"bytes",
"futures-core",

View File

@ -19,7 +19,7 @@ tracing-subscriber = {version = "0.3.16", features = ["env-filter"] }
tower-http = { version = "0.3.5", features = ["fs", "trace", "auth"] }
tar = "0.4.38"
flate2 = "1.0.25"
tokio-util = { version = "0.7.4", features = ["io"] }
tokio-util = { version = "0.7.8", features = ["io"] }
futures-util = "0.3.25"
uuid = { version = "1.2.1", features = ["v4"] }
serde_json = "1.0.91"