diff --git a/Cargo.lock b/Cargo.lock index 9ee757e7..c4c2e03a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4768,9 +4768,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.18" +version = "0.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" +checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" dependencies = [ "matchers", "nu-ansi-term", diff --git a/certifier/Cargo.toml b/certifier/Cargo.toml index dcbaf9f6..c66b07b1 100644 --- a/certifier/Cargo.toml +++ b/certifier/Cargo.toml @@ -20,7 +20,7 @@ hex = "0.4.3" config = "0.14.1" tracing = { version = "0.1.41", features = ["log"] } tracing-log = "0.2.0" -tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } +tracing-subscriber = { version = "0.3.19", features = ["env-filter"] } rand = "0.8.5" serde_json = "1.0.133" base64 = "0.22.1" diff --git a/k2pow-service/Cargo.toml b/k2pow-service/Cargo.toml index 14eaa6b8..3f2a0ba1 100644 --- a/k2pow-service/Cargo.toml +++ b/k2pow-service/Cargo.toml @@ -11,7 +11,7 @@ serde = { version = "1.0.215", features = ["derive", "serde_derive"] } tokio = { version = "1.42.0", features = ["full"] } tracing = "0.1.41" tracing-log = "0.2.0" -tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } +tracing-subscriber = { version = "0.3.19", features = ["env-filter"] } axum = "0.7.9" tower-http = {version = "0.6.2", features = ["trace"]} hex = "0.4.3"