Skip to content

Commit

Permalink
fix(deps): bump the cargo-minor-and-patch-dependencies group with 2 u…
Browse files Browse the repository at this point in the history
…pdates

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.10.2
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.10.0...v0.10.2)

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

---
updated-dependencies:
- dependency-name: tonic
  dependency-type: direct:production
  dependency-group: cargo-minor-and-patch-dependencies
- dependency-name: tonic-build
  dependency-type: direct:production
  dependency-group: cargo-minor-and-patch-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and mlegner committed Feb 12, 2024
1 parent 07f05d7 commit 1978893
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 @@ -15,8 +15,8 @@ prost = "0.12"
prost-types = "0.12"
scion-grpc = { version = "0.1.0", path = "crates/scion-grpc" }
thiserror = "1.0.56"
tonic = "0.10"
tonic-build = "0.10"
tonic = "0.11"
tonic-build = "0.11"
tracing = "0.1.40"

[workspace.lints.rust]
Expand Down

0 comments on commit 1978893

Please sign in to comment.