Compare commits

...

1 Commits

Author SHA1 Message Date
Renovate Bot 7f5c0015ae Update Rust crate tracing-subscriber to 0.3.11
ci/woodpecker/push/deploy unknown status Details
ci/woodpecker/push/lint Pipeline was successful Details
2022-04-09 22:03:35 +00:00
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1080,9 +1080,9 @@ dependencies = [
[[package]] [[package]]
name = "tracing-subscriber" name = "tracing-subscriber"
version = "0.3.10" version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9df98b037d039d03400d9dd06b0f8ce05486b5f25e9a2d7d36196e142ebbc52" checksum = "4bc28f93baff38037f64e6f43d34cfa1605f27a49c34e8a04c5e78b0babf2596"
dependencies = [ dependencies = [
"ansi_term", "ansi_term",
"lazy_static", "lazy_static",

View File

@ -15,7 +15,7 @@ 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.32"
tracing-subscriber = {version = "0.3.10", features = ["env-filter"] } tracing-subscriber = {version = "0.3.11", 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"
flate2 = "1.0.22" flate2 = "1.0.22"