diff --git a/Cargo.lock b/Cargo.lock index 8714e863..581a0ae9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6317,9 +6317,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.16" +version = "0.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70" +checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77" dependencies = [ "matchers", "nu-ansi-term", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index a6885a0c..c466cd1e 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -30,7 +30,7 @@ watchman_client = "0.8.0" tracing = "0.1.37" tracing-appender = "0.2.2" -tracing-subscriber = { version = "0.3.16", features = ["env-filter"] } +tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } tracing-opentelemetry = "0.19.0" opentelemetry = { version = "0.19.0", features = ["trace", "metrics", "rt-tokio"] } opentelemetry-semantic-conventions = "0.11.0" diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index f02cd763..a0ee37c4 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -75,7 +75,7 @@ oauth2-types = { path = "../oauth2-types" } [dev-dependencies] indoc = "2.0.1" insta = "1.29.0" -tracing-subscriber = "0.3.16" +tracing-subscriber = "0.3.17" [features] default = ["webpki-roots"] diff --git a/crates/iana-codegen/Cargo.toml b/crates/iana-codegen/Cargo.toml index 9d445b12..59eae17c 100644 --- a/crates/iana-codegen/Cargo.toml +++ b/crates/iana-codegen/Cargo.toml @@ -16,4 +16,4 @@ hyper = { version = "0.14.16", features = ["tcp", "client", "http1"] } serde = { version = "1.0.160", features = ["derive"] } tokio = { version = "1.27.0", features = ["macros", "rt-multi-thread", "fs", "io-util"] } tracing = "0.1.37" -tracing-subscriber = "0.3.16" +tracing-subscriber = "0.3.17" diff --git a/crates/listener/Cargo.toml b/crates/listener/Cargo.toml index cd02d5ec..afd98c23 100644 --- a/crates/listener/Cargo.toml +++ b/crates/listener/Cargo.toml @@ -24,7 +24,7 @@ anyhow = "1.0.70" rustls-pemfile = "1.0.2" tokio = { version = "1.27.0", features = ["net", "rt", "macros", "signal", "time", "rt-multi-thread"] } tokio-test = "0.4.2" -tracing-subscriber = "0.3.16" +tracing-subscriber = "0.3.17" [[example]] name = "demo"