Skip to content

Commit

Permalink
Bump the all-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [tonic](https://github.com/hyperium/tonic) and [tonic-build](https://github.com/hyperium/tonic) to permit the latest version.

Updates `tonic` to 0.9.2
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.9.2...v0.9.2)

Updates `tonic-build` to 0.9.2
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.9.2...v0.9.2)

---
updated-dependencies:
- dependency-name: tonic
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: tonic-build
  dependency-type: direct:production
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 18, 2023
1 parent ba72ce9 commit adc1b05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ tempfile = "3.5.0"
time = "0.3.20"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread", "time", "sync", "test-util"] }
tokio-stream = { version = "0.1.8", features = ["net"] }
tonic = "0.9.2"
tonic-build = "0.9.2"
tonic = "0.10.2"
tonic-build = "0.10.2"
tower = { version = "0.4", features = ["util"] }

0 comments on commit adc1b05

Please sign in to comment.