Compare commits
1 Commits
141cdb9d3f
...
1677dd06d2
Author | SHA1 | Date |
---|---|---|
Renovate Bot | 1677dd06d2 |
|
@ -965,9 +965,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tokio-util"
|
||||
version = "0.7.1"
|
||||
version = "0.7.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764"
|
||||
checksum = "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"futures-core",
|
||||
|
|
|
@ -19,7 +19,7 @@ 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"
|
||||
tokio-util = { version = "0.7.1", features = ["io"] }
|
||||
tokio-util = { version = "0.7.2", features = ["io"] }
|
||||
futures-util = "0.3.21"
|
||||
uuid = { version = "1.0.0", features = ["v4"] }
|
||||
serde_json = "1.0.81"
|
||||
|
|
Loading…
Reference in New Issue