Skip to content

Commit a242781

Browse files
chore(rust): Bump prost from 0.14.1 to 0.14.3 in /rust
Bumps [prost](https://github.com/tokio-rs/prost) from 0.14.1 to 0.14.3. - [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.14.1...v0.14.3) --- updated-dependencies: - dependency-name: prost dependency-version: 0.14.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e9e5c5c commit a242781

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

rust/Cargo.lock

Lines changed: 4 additions & 4 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
@@ -39,7 +39,7 @@ arrow-schema = "57.1.0"
3939
datafusion = { version = "51.0.0", default-features = false }
4040
datafusion-substrait = { version = "51.0.0", default-features = false }
4141
tokio = { version = "1.49", features = ["rt-multi-thread"] }
42-
prost = "0.14.1"
42+
prost = "0.14.3"
4343

4444
[dev-dependencies]
4545
arrow-select = "57.1.0"

0 commit comments

Comments
 (0)