Merge pull request 'Update Rust crate tokio-util to 0.7.8' (#102) from renovate/tokio-util-0.x into dev
Reviewed-on: #102pull/98/head
commit
63d0b1fc86
|
@ -951,9 +951,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokio-util"
|
name = "tokio-util"
|
||||||
version = "0.7.4"
|
version = "0.7.8"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"
|
checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes",
|
"bytes",
|
||||||
"futures-core",
|
"futures-core",
|
||||||
|
|
|
@ -19,7 +19,7 @@ tracing-subscriber = {version = "0.3.16", features = ["env-filter"] }
|
||||||
tower-http = { version = "0.4.0", features = ["fs", "trace", "auth"] }
|
tower-http = { version = "0.4.0", features = ["fs", "trace", "auth"] }
|
||||||
tar = "0.4.38"
|
tar = "0.4.38"
|
||||||
flate2 = "1.0.25"
|
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"
|
futures-util = "0.3.25"
|
||||||
uuid = { version = "1.3.2", features = ["v4"] }
|
uuid = { version = "1.3.2", features = ["v4"] }
|
||||||
serde_json = "1.0.91"
|
serde_json = "1.0.91"
|
||||||
|
|
Loading…
Reference in New Issue