diff --git a/Cargo.lock b/Cargo.lock index 03ea8e0..e11bf1a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1079,9 +1079,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.10" +version = "0.3.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9df98b037d039d03400d9dd06b0f8ce05486b5f25e9a2d7d36196e142ebbc52" +checksum = "4bc28f93baff38037f64e6f43d34cfa1605f27a49c34e8a04c5e78b0babf2596" dependencies = [ "ansi_term", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 4b88285..9a93848 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ axum = { version = "0.5.4" } hyper = { version = "0.14.18" } tokio = { version = "1.18.0", features = ["full"] } tracing = "0.1.34" -tracing-subscriber = {version = "0.3.10", features = ["env-filter"] } +tracing-subscriber = {version = "0.3.11", features = ["env-filter"] } tower-http = { version = "0.3.0", features = ["fs", "trace", "auth"] } tar = "0.4.38" flate2 = "1.0.23"