Compare commits
2 Commits
23ced36b82
...
63d0b1fc86
| Author | SHA1 | Date |
|---|---|---|
|
|
63d0b1fc86 | |
|
|
dfd8b83788 |
|
|
@ -951,9 +951,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",
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ tracing-subscriber = {version = "0.3.16", features = ["env-filter"] }
|
|||
tower-http = { version = "0.4.0", 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.3.2", features = ["v4"] }
|
||||
serde_json = "1.0.91"
|
||||
|
|
|
|||
Loading…
Reference in New Issue