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

Renovate Bot 2022-04-09 21:01:21 +00:00
parent 5f58b12ea1
commit 684db58f86
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

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