Skip to content

Commit

Permalink
Bump tower from 0.5.0 to 0.5.1
Browse files Browse the repository at this point in the history
Bumps [tower](https://github.com/tower-rs/tower) from 0.5.0 to 0.5.1.
- [Release notes](https://github.com/tower-rs/tower/releases)
- [Commits](tower-rs/tower@tower-0.5.0...tower-0.5.1)

---
updated-dependencies:
- dependency-name: tower
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent 9cbb563 commit ab14f10
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion certifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rand = "0.8.5"
serde_json = "1.0.128"
base64 = "0.22.1"
axum-prometheus = "0.7.0"
tower = { version = "0.5.0", features = ["limit", "load-shed", "buffer"] }
tower = { version = "0.5.1", features = ["limit", "load-shed", "buffer"] }
duration-str = { version = "0.11.2", default-features = false, features = [
"serde",
"time",
Expand Down

0 comments on commit ab14f10

Please sign in to comment.