Compare commits

..

No commits in common. "70234738b5ee1a5778ca51e39576c79ee250c89b" and "0f06a5e0175686a9774101eb06b84fffe09f8e0e" have entirely different histories.

2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -995,9 +995,9 @@ dependencies = [
[[package]]
name = "tower-http"
version = "0.3.2"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e980386f06883cf4d0578d6c9178c81f68b45d77d00f2c2c1bc034b3439c2c56"
checksum = "f7755f984aa46a9d50829dc84b6a674b2f3b8b4de47c0708923953b090d48acc"
dependencies = [
"base64",
"bitflags",

View File

@ -16,7 +16,7 @@ hyper = { version = "0.14.18" }
tokio = { version = "1.18.0", features = ["full"] }
tracing = "0.1.34"
tracing-subscriber = {version = "0.3.11", features = ["env-filter"] }
tower-http = { version = "0.3.2", features = ["fs", "trace", "auth"] }
tower-http = { version = "0.3.1", features = ["fs", "trace", "auth"] }
tar = "0.4.38"
flate2 = "1.0.23"
tokio-util = { version = "0.7.1", features = ["io"] }