diff --git a/Cargo.lock b/Cargo.lock index 3c41f4f9d..e3eb301d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7438,7 +7438,7 @@ version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451" dependencies = [ - "heck 0.4.1", + "heck 0.5.0", "proc-macro2", "quote", "syn 2.0.117", @@ -8409,9 +8409,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.20" +version = "0.3.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5" +checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" dependencies = [ "matchers", "nu-ansi-term", diff --git a/Cargo.toml b/Cargo.toml index 9d67d2e0d..e6b75c584 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -125,7 +125,7 @@ tokio-util = { version = "0.7", features = ["codec"]} toml = "1.0" tracing = "0.1" tracing-opentelemetry = "0.22.0" -tracing-subscriber = "0.3.19" +tracing-subscriber = "0.3.23" twox-hash = "2.1.2" usdt = "0.6.0" uuid = { version = "1", features = [ "serde", "v4" ] }