Skip to content

Commit

Permalink
fix(deps): bump the cargo-minor-and-patch-dependencies group across 1…
Browse files Browse the repository at this point in the history
… directory with 5 updates

Updates the requirements on [prost](https://github.com/tokio-rs/prost), [prost-types](https://github.com/tokio-rs/prost), [tonic](https://github.com/hyperium/tonic), [tonic-build](https://github.com/hyperium/tonic) and [mockall](https://github.com/asomers/mockall) to permit the latest version.

Updates `prost` to 0.12.6
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/prost@v0.12.0...v0.12.6)

Updates `prost-types` to 0.12.6
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/prost@v0.12.0...v0.12.6)

Updates `tonic` to 0.11.0
- [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.11.0)

Updates `tonic-build` to 0.11.0
- [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.11.0)

Updates `mockall` to 0.13.0
- [Changelog](https://github.com/asomers/mockall/blob/master/CHANGELOG.md)
- [Commits](asomers/mockall@v0.12.1...v0.13.0)

---
updated-dependencies:
- dependency-name: prost
  dependency-type: direct:production
  dependency-group: cargo-minor-and-patch-dependencies
- dependency-name: prost-types
  dependency-type: direct:production
  dependency-group: cargo-minor-and-patch-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
- dependency-name: mockall
  dependency-type: direct:production
  dependency-group: cargo-minor-and-patch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 28, 2024
1 parent 6d6218d commit 8b4cd8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ members = [
[workspace.dependencies]
bytes = "1.5.0"
chrono = { version = "0.4.33", default-features = false }
prost = "0.12"
prost-types = "0.12"
prost = "0.13"
prost-types = "0.13"
scion-grpc = { version = "0.1.0", path = "crates/scion-grpc" }
thiserror = "1.0.56"
tonic = "0.11"
tonic-build = "0.11"
tonic = "0.12"
tonic-build = "0.12"
tracing = "0.1.40"

[workspace.lints.rust]
Expand Down
2 changes: 1 addition & 1 deletion crates/scion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tonic = { workspace = true }
tracing = { workspace = true }

[dev-dependencies]
mockall = "0.12.1"
mockall = "0.13.0"
tokio = { version = "1.35.1", features = ["rt-multi-thread", "macros", "test-util"] }
tracing-subscriber = "0.3.18"

Expand Down

0 comments on commit 8b4cd8c

Please sign in to comment.