Skip to content

Commit

Permalink
chore(deps): update tonic-web requirement from ^0.9 to ^0.11
Browse files Browse the repository at this point in the history
Updates the requirements on [tonic-web](https://github.com/hyperium/tonic) to permit the latest version.
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.9.0...v0.11.0)

---
updated-dependencies:
- dependency-name: tonic-web
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 13, 2024
1 parent dc6b02a commit 801333e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ miette = { version = "5.9.0", features = ["fancy"] }
tokio = { version = "1.28.2", features = ["rt", "rt-multi-thread"] }
async-trait = "0.1.68"
tonic = { version = "^0.9", features = ["tls"] }
tonic-web = "^0.9"
tonic-web = "^0.11"
tonic-reflection = "^0.9"
bytes = "1.4.0"
futures-core = "0.3.28"
Expand Down

0 comments on commit 801333e

Please sign in to comment.