Skip to content

Commit

Permalink
fix(deps): update rust crate tracing-subscriber to 0.3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 17, 2024
1 parent f170b92 commit 11a1edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 11a1edc

Please sign in to comment.