Skip to content

Commit

Permalink
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 Aug 14, 2024
1 parent 2633531 commit 40cedcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/hash-graph/libs/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ time = { workspace = true }
tokio = { workspace = true, features = ["macros"], optional = true }
tokio-postgres = { version = "0.7.10", default-features = false, optional = true }
tokio-util = { workspace = true, features = ["io"], optional = true }
tower = "0.4.13"
tower = "0.5.0"
tower-http = { version = "0.5.2", features = ["trace"] }
tracing = { workspace = true }
tracing-opentelemetry = "0.24.0"
Expand Down
2 changes: 1 addition & 1 deletion libs/@local/harpc/tower/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pin-project = "1.1.5"
pin-project-lite = "0.2.14"
thiserror = "1.0.61"
tokio = { workspace = true, features = ["time"] }
tower = { version = "0.4.13", features = ["util"] }
tower = { version = "0.5.0", features = ["util"] }

[dev-dependencies]
tokio-util = { workspace = true, features = ["time"] }
Expand Down

0 comments on commit 40cedcd

Please sign in to comment.