Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and beltram committed Apr 21, 2023
1 parent 9d56282 commit 3d65f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ warp-reverse-proxy = { version = "1.0", optional = true, default-features = fals
tokio = { version = "1.16", features = ["rt", "io-util", "time"] }

# For gRPC
tonic = { version = "0.8", optional = true }
tonic = { version = "0.9", optional = true }

protobuf-json-mapping = { version = "3.2", optional = true }
protobuf = { version = "=3.2.0", optional = true }
Expand Down

0 comments on commit 3d65f48

Please sign in to comment.