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"] }