Skip to content

Commit

Permalink
fix(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 Nov 3, 2024
1 parent 7e59d8a commit bf03c4d
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 @@ -40,7 +40,7 @@ reqwest = { version = "0.12.4", default-features = false, features = [
serde = { version = "^1.0.200", features = ["serde_derive"] }
serde_json = "^1.0.116"
thiserror = "^1.0.59"
tower = "^0.4.13"
tower = "^0.5.0"
tower-http = { version = "^0.5.2", features = [
"tracing",
"trace",
Expand Down

0 comments on commit bf03c4d

Please sign in to comment.