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

pull/55/head
Renovate Bot 2022-09-08 09:03:06 +00:00
parent 71687cc106
commit 2a39d96e15
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

@ -19,7 +19,7 @@ tracing-subscriber = {version = "0.3.15", features = ["env-filter"] }
tower-http = { version = "0.3.4", features = ["fs", "trace", "auth"] }
tar = "0.4.38"
flate2 = "1.0.24"
tokio-util = { version = "0.7.3", features = ["io"] }
tokio-util = { version = "0.7.4", features = ["io"] }
futures-util = "0.3.24"
uuid = { version = "1.1.2", features = ["v4"] }
serde_json = "1.0.85"