Skip to content

Commit 99ebfee

Browse files
build(deps): bump prost from 0.13.5 to 0.14.0
Bumps [prost](https://github.com/tokio-rs/prost) from 0.13.5 to 0.14.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.13.5...v0.14.0) --- updated-dependencies: - dependency-name: prost dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d6ef9bc commit 99ebfee

File tree

2 files changed

+35
-12
lines changed

2 files changed

+35
-12
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ datafusion = { version = "47.0.0", features = ["avro", "unicode_expressions"] }
4242
datafusion-substrait = { version = "47.0.0", optional = true }
4343
datafusion-proto = { version = "47.0.0" }
4444
datafusion-ffi = { version = "47.0.0" }
45-
prost = "0.13.1" # keep in line with `datafusion-substrait`
45+
prost = "0.14.0" # keep in line with `datafusion-substrait`
4646
uuid = { version = "1.16", features = ["v4"] }
4747
mimalloc = { version = "0.1", optional = true, default-features = false, features = ["local_dynamic_tls"] }
4848
async-trait = "0.1.88"

0 commit comments

Comments
 (0)