diff --git a/Cargo.lock b/Cargo.lock index 76f0364..936af25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3572,9 +3572,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.20" +version = "0.3.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5" +checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" dependencies = [ "matchers", "nu-ansi-term", diff --git a/Cargo.toml b/Cargo.toml index 96622d7..4e40b0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ tokio = { version = "1.48.0", features = ["full"] } tokio-stream = "0.1.17" tower-http = { version = "0.6.7", features = ["cors"] } tracing = "0.1.43" -tracing-subscriber = { version = "0.3.20", features = ["env-filter"] } +tracing-subscriber = { version = "0.3.22", features = ["env-filter"] } url = "2.5.4" utoipa = { version = "5.4.0", features = ["axum_extras", "uuid", "chrono", "macros"] } utoipa-swagger-ui = { version = "9.0.2", features = ["axum", "reqwest"] }