Skip to content

Commit

Permalink
build(deps): bump prost-build from 0.10.4 to 0.13.2
Browse files Browse the repository at this point in the history
Bumps [prost-build](https://github.com/tokio-rs/prost) from 0.10.4 to 0.13.2.
- [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.10.4...v0.13.2)

---
updated-dependencies:
- dependency-name: prost-build
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 8b22bdb commit 051c032
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 59 deletions.
123 changes: 67 additions & 56 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ substrait-validator = { path = "../rs", version = "0.0.11" }
pyo3 = { version = "0.21.2", features = ["extension-module"] }

[build-dependencies]
prost-build = "0.10"
prost-build = "0.13"
pyo3-build-config = "0.22.2"
walkdir = "2"
dunce = "1"
2 changes: 1 addition & 1 deletion rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ semver = "1.0"
[build-dependencies]

# Used for generating Rust structs from the protobuf definitions.
prost-build = "0.10"
prost-build = "0.13"

# Used to automatically find all protobuf files.
walkdir = "2"
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
walkdir = "2"
glob = "0.3"
prost-build = "0.10"
prost-build = "0.13"
rayon = "1.10"

0 comments on commit 051c032

Please sign in to comment.