Skip to content

Commit

Permalink
chore(deps): bump tower from 0.4.13 to 0.5.0 (#34)
Browse files Browse the repository at this point in the history
* chore(deps): bump tower from 0.4.13 to 0.5.0

Bumps [tower](https://github.com/tower-rs/tower) from 0.4.13 to 0.5.0.
- [Release notes](https://github.com/tower-rs/tower/releases)
- [Commits](tower-rs/tower@tower-0.4.13...tower-0.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps): Also update tower-service and tower-layer

Some functions were made const in tower which did not play well with the
older version of tower-layer.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Allex Veldman <allexveldman@gmail.com>
  • Loading branch information
dependabot[bot] and AllexVeldman authored Sep 4, 2024
1 parent 05ef288 commit 74928e3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
28 changes: 21 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 @@ -50,7 +50,7 @@ futures = "0.3.30"
opentelemetry-proto = { version ="0.6.0", features = ["gen-tonic-messages", "logs"] }
tracing-core = "0.1.32"
prost = "0.12.6"
tower = "0.4.13"
tower = {version = "0.5.0", features = ["util"]}
async-trait = "0.1.81"
pin-project = "1.1.5"

Expand Down

0 comments on commit 74928e3

Please sign in to comment.