Update Rust crate tracing to 0.1.34
ci/woodpecker/push/deploy unknown status Details
ci/woodpecker/push/lint Pipeline was successful Details

pull/6/head
Renovate Bot 2022-04-27 21:02:49 +00:00
parent b66b84306a
commit 1900cd91b9
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1052,9 +1052,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
[[package]]
name = "tracing"
version = "0.1.32"
version = "0.1.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a1bdf54a7c28a2bbf701e1d2233f6c77f473486b94bee4f9678da5a148dca7f"
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.18.0", features = ["full"] }
tracing = "0.1.32"
tracing = "0.1.34"
tracing-subscriber = {version = "0.3.10", features = ["env-filter"] }
tower-http = { version = "0.3.0", features = ["fs", "trace", "auth"] }
tar = "0.4.38"