Compare commits

..

No commits in common. "97cbd22bdfa5fbe670e5090b5fe41a974ffd3451" and "0816dda16340190733fa5806f9ceda7361c565e2" have entirely different histories.

2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1048,9 +1048,9 @@ dependencies = [
[[package]]
name = "tracing-subscriber"
version = "0.3.15"
version = "0.3.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60db860322da191b40952ad9affe65ea23e7dd6a5c442c2c42865810c6ab8e6b"
checksum = "3a713421342a5a666b7577783721d3117f1b69a393df803ee17bb73b1e122a59"
dependencies = [
"ansi_term",
"matchers",

View File

@ -15,7 +15,7 @@ axum = { version = "0.5.13" }
hyper = { version = "0.14.20" }
tokio = { version = "1.20.1", features = ["full"] }
tracing = "0.1.36"
tracing-subscriber = {version = "0.3.15", features = ["env-filter"] }
tracing-subscriber = {version = "0.3.14", features = ["env-filter"] }
tower-http = { version = "0.3.4", features = ["fs", "trace", "auth"] }
tar = "0.4.38"
flate2 = "1.0.24"