diff --git a/Cargo.lock b/Cargo.lock index 8a07ae7..1408c20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1076,13 +1076,13 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.11" +version = "0.3.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bc28f93baff38037f64e6f43d34cfa1605f27a49c34e8a04c5e78b0babf2596" +checksum = "cfbbce75cad20b56f4f4200e413b894c990c7bbd7e47245ff5cbc2b82511e4da" dependencies = [ "ansi_term", - "lazy_static", "matchers", + "once_cell", "regex", "sharded-slab", "smallvec", diff --git a/Cargo.toml b/Cargo.toml index 52aa820..9064f59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ axum = { version = "0.5.9" } hyper = { version = "0.14.19" } tokio = { version = "1.19.2", features = ["full"] } tracing = "0.1.35" -tracing-subscriber = {version = "0.3.11", features = ["env-filter"] } +tracing-subscriber = {version = "0.3.12", features = ["env-filter"] } tower-http = { version = "0.3.4", features = ["fs", "trace", "auth"] } tar = "0.4.38" flate2 = "1.0.24"