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

pull/34/head
Renovate Bot 2022-06-08 16:04:29 +00:00
parent 11c5030839
commit fea66fad39
2 changed files with 8 additions and 8 deletions

14
Cargo.lock generated
View File

@ -585,9 +585,9 @@ dependencies = [
[[package]]
name = "once_cell"
version = "1.10.0"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"
[[package]]
name = "parking_lot"
@ -1032,9 +1032,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
[[package]]
name = "tracing"
version = "0.1.34"
version = "0.1.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"
checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160"
dependencies = [
"cfg-if",
"log",
@ -1056,11 +1056,11 @@ dependencies = [
[[package]]
name = "tracing-core"
version = "0.1.24"
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90442985ee2f57c9e1b548ee72ae842f4a9a20e3f417cc38dbc5dc684d9bb4ee"
checksum = "7709595b8878a4965ce5e87ebf880a7d39c9afc6837721b21a5a816a8117d921"
dependencies = [
"lazy_static",
"once_cell",
"valuable",
]

View File

@ -14,7 +14,7 @@ name = "site"
axum = { version = "0.5.6" }
hyper = { version = "0.14.19" }
tokio = { version = "1.18.2", features = ["full"] }
tracing = "0.1.34"
tracing = "0.1.35"
tracing-subscriber = {version = "0.3.11", features = ["env-filter"] }
tower-http = { version = "0.3.3", features = ["fs", "trace", "auth"] }
tar = "0.4.38"