Skip to content

Commit

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

---
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 Dec 11, 2024
1 parent 56e4340 commit 3f3bed9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ serde-reflection = "0.3.6"
serde-generate = "0.25.1"
bcs-ext = { path = "moveos/moveos-commons/bcs_ext" }
http = "1.0.0"
tower = { version = "0.5.1", features = ["full", "log", "util", "timeout", "load-shed", "limit"] }
tower = { version = "0.5.2", features = ["full", "log", "util", "timeout", "load-shed", "limit"] }
tower-http = { version = "0.5.2", features = ["cors", "full", "trace", "set-header", "propagate-header"] }
tower_governor = { version = "0.4.3", features = ["tracing"] }
pin-project = "1.1.7"
Expand Down

0 comments on commit 3f3bed9

Please sign in to comment.