Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot 64d02597ca Update Rust crate tracing to 0.1.34
ci/woodpecker/push/deploy unknown status Details
ci/woodpecker/push/lint Pipeline was successful Details
2022-04-14 23:02:23 +00:00
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1035,9 +1035,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
[[package]]
name = "tracing"
version = "0.1.33"
version = "0.1.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80b9fa4360528139bc96100c160b7ae879f5567f49f1782b0b02035b0358ebf3"
checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"
dependencies = [
"cfg-if",
"log",

View File

@ -14,7 +14,7 @@ name = "site"
axum = { version = "0.5.1" }
hyper = { version = "0.14.18" }
tokio = { version = "1.17.0", features = ["full"] }
tracing = "0.1.33"
tracing = "0.1.34"
tracing-subscriber = {version = "0.3.10", features = ["env-filter"] }
tower-http = { version = "0.2.5", features = ["fs", "trace", "auth"] }
tar = "0.4.38"