Skip to content

Commit

Permalink
chore(deps): update rust crate tower to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent 2e9bdff commit 96e726d
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 @@ -47,7 +47,7 @@ thiserror = "1.0.56"
tokio = { version = "1.35.1", features = ["full"] }
tokio-cron-scheduler = "0.11.0"
tokio-util = { version = "0.7.10", features = ["compat", "io"] }
tower = { version = "0.4.13", features = ["util"] }
tower = { version = "0.5.0", features = ["util"] }
tower-http = { version = "0.5.1", features = ["cors", "trace"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
Expand Down

0 comments on commit 96e726d

Please sign in to comment.