Skip to content

Commit

Permalink
fix(deps): update rust crate tower to 0.5.0 (#913)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 14, 2024
1 parent f6c3dea commit a33a1b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion misc/advanced/router-dev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ schemars = "0.8.17"
serde = "1.0.200"
serde_json = "1.0.116"
tokio = "1.37.0"
tower = { version = "0.4.13", features = ["full"] }
tower = { version = "0.5.0", features = ["full"] }
2 changes: 1 addition & 1 deletion supergraph/router-rust-plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ schemars = "0.8.17"
serde = "1.0.200"
serde_json = "1.0.116"
tokio = "1.37.0"
tower = { version = "0.4.13", features = ["full"] }
tower = { version = "0.5.0", features = ["full"] }
tracing = "0.1.40"

0 comments on commit a33a1b5

Please sign in to comment.