diff --git a/Cargo.lock b/Cargo.lock index 7cff99e..f477645 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -857,9 +857,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.9" +version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e0ab7bdc962035a87fba73f3acca9b8a8d0034c2e6f60b84aeaaddddc155dce" +checksum = "b9df98b037d039d03400d9dd06b0f8ce05486b5f25e9a2d7d36196e142ebbc52" dependencies = [ "ansi_term", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 64b20c0..b76835c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ axum = { version = "0.5.0" } hyper = { version = "0.14.18", features = ["full"] } tokio = { version = "1.17.0", features = ["full"] } tracing = "0.1.32" -tracing-subscriber = {version = "0.3.9", features = ["env-filter"] } +tracing-subscriber = {version = "0.3.10", features = ["env-filter"] } tower-http = { version = "0.2.5", features = ["fs", "trace", "auth"] } tar = "0.4.38" flate2 = "1.0.22"