Skip to content

Commit 107fd9b

Browse files
chore(rust): bump prost from 0.13.5 to 0.14.1 in /rust
Bumps [prost](https://github.com/tokio-rs/prost) from 0.13.5 to 0.14.1. - [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.13.5...v0.14.1) --- updated-dependencies: - dependency-name: prost dependency-version: 0.14.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 77f29cc commit 107fd9b

File tree

2 files changed

+32
-9
lines changed

2 files changed

+32
-9
lines changed

rust/Cargo.lock

Lines changed: 31 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/driver/datafusion/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ arrow-schema = "55.0.0"
3838
datafusion = "47.0.0"
3939
datafusion-substrait = "47.0.0"
4040
tokio = { version = "1.45", features = ["rt-multi-thread"] }
41-
prost = "0.13.5"
41+
prost = "0.14.1"
4242

4343
[dev-dependencies]
4444
arrow-select = "55.0.0"

0 commit comments

Comments
 (0)