Compare commits

..

No commits in common. "336d01db94ee668890705b7ad98d0bcaa46090dd" and "88e4192c422c8c994978700cd554a99fbfc6e068" have entirely different histories.

2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -992,9 +992,9 @@ dependencies = [
[[package]]
name = "tower-http"
version = "0.3.4"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c530c8675c1dbf98facee631536fa116b5fb6382d7dd6dc1b118d970eafe3ba"
checksum = "7d342c6d58709c0a6d48d48dabbb62d4ef955cf5f0f3bbfd845838e7ae88dbae"
dependencies = [
"base64",
"bitflags",

View File

@ -16,7 +16,7 @@ hyper = { version = "0.14.19" }
tokio = { version = "1.18.2", features = ["full"] }
tracing = "0.1.35"
tracing-subscriber = {version = "0.3.11", features = ["env-filter"] }
tower-http = { version = "0.3.4", features = ["fs", "trace", "auth"] }
tower-http = { version = "0.3.3", features = ["fs", "trace", "auth"] }
tar = "0.4.38"
flate2 = "1.0.24"
tokio-util = { version = "0.7.2", features = ["io"] }