From 11a1edc25d7e333e45a8739eb6f3fef33739d0ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Mar 2024 15:08:39 +0000 Subject: [PATCH] fix(deps): update rust crate tracing-subscriber to 0.3.18 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 021bed09..17059a9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ tokio = { version = "1.35.1", features = ["full"] } tower = { version = "0.4.13", features = ["limit", "buffer"] } tower-http = { version = "0.4.4", features = ["trace"] } tracing = "0.1.39" -tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } +tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } ts-rs = { version = "7.0.0", optional = true } typed-builder = "0.18.0" utoipa = { version = "4.1.0", features = ["yaml", "chrono"] }