diff --git a/Cargo.lock b/Cargo.lock index 8a4c9765032..cdab73f77ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3271,9 +3271,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", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index c81d63eb35c..0c348640808 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -121,7 +121,7 @@ tokio-stream = "0.1.16" toml = "0.8.19" toml_edit = "0.22.22" tracing = "0.1.41" -tracing-subscriber = { version = "0.3.18", default-features = false, features = ["std", "tracing-log", "fmt"] } +tracing-subscriber = { version = "0.3.19", default-features = false, features = ["std", "tracing-log", "fmt"] } unicode-ident = "1.0.14" unicode-normalization = "0.1.24" win32job = "2.0.0" diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index 5e3dc0d4312..4a18427abd7 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -32,7 +32,7 @@ serde = { version = "1.0.215", features = ["alloc", "derive"] } serde_json = { version = "1.0.133", features = ["unbounded_depth"] } tokio = { version = "1.41.1", features = ["fs", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] } tracing-core = { version = "0.1.33" } -tracing-subscriber = { version = "0.3.18", default-features = false, features = ["fmt", "tracing-log"] } +tracing-subscriber = { version = "0.3.19", default-features = false, features = ["fmt", "tracing-log"] } xxhash-rust = { version = "0.8.12", default-features = false, features = ["xxh3", "xxh64"] } zerocopy = { version = "0.7.35", features = ["derive", "simd"] }