Skip to content

Commit

Permalink
Merge pull request #453 from spacemeshos/dependabot/cargo/tower-0.5.2
Browse files Browse the repository at this point in the history
build(deps): bump tower from 0.5.1 to 0.5.2
  • Loading branch information
fasmat authored Dec 17, 2024
2 parents 27b0052 + ea46a6b commit dc5661d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
24 changes: 9 additions & 15 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 @@ -25,7 +25,7 @@ rand = "0.8.5"
serde_json = "1.0.133"
base64 = "0.22.1"
axum-prometheus = "0.7.0"
tower = { version = "0.5.1", features = ["limit", "load-shed", "buffer"] }
tower = { version = "0.5.2", features = ["limit", "load-shed", "buffer"] }
duration-str = { version = "0.11.3", default-features = false, features = [
"serde",
"time",
Expand Down

0 comments on commit dc5661d

Please sign in to comment.