Skip to content

Commit

Permalink
chore(deps): update tower requirement from 0.4.13 to 0.5.1
Browse files Browse the repository at this point in the history
Updates the requirements on [tower](https://github.com/tower-rs/tower) to permit the latest version.
- [Release notes](https://github.com/tower-rs/tower/releases)
- [Commits](tower-rs/tower@tower-0.4.13...tower-0.5.1)

---
updated-dependencies:
- dependency-name: tower
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and ttys3 committed Sep 18, 2024
1 parent 6ee436e commit 7609bdc
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 @@ -23,7 +23,7 @@ opentelemetry-semantic-conventions = { version = "0.16.0"}
#opentelemetry-semantic-conventions = { git = "https://github.com/open-telemetry/opentelemetry-rust.git", branch = "main"}

prometheus = "0.13.4"
tower = "0.4.13"
tower = "0.5.1"
futures-util = "0.3.30"
pin-project-lite = "0.2.14"
http = "1.1.0"
Expand Down

0 comments on commit 7609bdc

Please sign in to comment.