Compare commits

..

No commits in common. "95409a2f7a564aaf4d42dd221bcd0073caad5786" and "4e3979b925477d81cd97b1972755eb415550a9a9" 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.3"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d342c6d58709c0a6d48d48dabbb62d4ef955cf5f0f3bbfd845838e7ae88dbae"
checksum = "e980386f06883cf4d0578d6c9178c81f68b45d77d00f2c2c1bc034b3439c2c56"
dependencies = [
"base64",
"bitflags",

View File

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