Skip to content

Commit

Permalink
chore(deps): bump the rust-dependencies group with 3 updates (#1255)
Browse files Browse the repository at this point in the history
Updates the requirements on [prost](https://github.com/tokio-rs/prost), [tonic](https://github.com/hyperium/tonic) and [tonic-build](https://github.com/hyperium/tonic) to permit the latest version.

Updates `prost` to 0.13.0
- [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.13.0)

Updates `tonic` to 0.12.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.12.0)

Updates `tonic-build` to 0.12.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.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 10, 2024
1 parent 0f9527e commit 4a2d8f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chain-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ lurk = { path = "../" }
halo2curves = { version = "0.6.0", features = ["bits", "derive_serde"] }
nova = { workspace = true }
once_cell = {workspace = true }
prost = "0.12"
prost = "0.13"
rustyline = "14.0"
serde = { workspace = true }
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
tonic = "0.11"
tonic = "0.12"

[build-dependencies]
tonic-build = "0.11"
tonic-build = "0.12"

0 comments on commit 4a2d8f6

Please sign in to comment.