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

Renovate Bot 2023-03-25 00:02:38 +00:00
parent ae8227eb8d
commit 9ae9f92d92
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.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"
checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2"
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.7", features = ["io"] }
futures-util = "0.3.25"
uuid = { version = "1.2.1", features = ["v4"] }
serde_json = "1.0.91"