Skip to content

Commit

Permalink
Update protobuf-src requirement from 1 to 2 (#236)
Browse files Browse the repository at this point in the history
Updates the requirements on [protobuf-src](https://github.com/MaterializeInc/rust-protobuf-native) to permit the latest version.
- [Changelog](https://github.com/MaterializeInc/rust-protobuf-native/blob/master/release.toml)
- [Commits](MaterializeInc/rust-protobuf-native@protobuf-src-v1.0.0+3.19.1...protobuf-src-v2.0.0)

---
updated-dependencies:
- dependency-name: protobuf-src
  dependency-type: direct:production
...

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 May 15, 2024
1 parent 281f99c commit 7a7871b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ractor_cluster/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build = "src/build.rs"
rust-version = "1.64"

[build-dependencies]
protobuf-src = "1"
protobuf-src = "2"
prost-build = { version = "0.12" }

[dependencies]
Expand Down

0 comments on commit 7a7871b

Please sign in to comment.