Skip to content

Commit

Permalink
chore(deps): bump tonic-web from 0.11.0 to 0.12.1
Browse files Browse the repository at this point in the history
Bumps [tonic-web](https://github.com/hyperium/tonic) from 0.11.0 to 0.12.1.
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.11.0...v0.12.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 15, 2024
1 parent 59a99a1 commit 6a8fab7
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 26 deletions.
61 changes: 36 additions & 25 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 @@ -38,7 +38,7 @@ tokio = { version = "^1.36", features = ["rt", "rt-multi-thread", "signal"] }
tokio-util = { version = "0.7.11", features = ["rt"] }
async-trait = "0.1.81"
tonic = { version = "^0.11", features = ["tls"] }
tonic-web = "^0.11"
tonic-web = "^0.12"
tonic-reflection = "^0.11"
bytes = "1.4.0"
futures-core = "0.3.28"
Expand Down

0 comments on commit 6a8fab7

Please sign in to comment.