Skip to content

Commit 91569ed

Browse files
build(deps): bump prost from 0.14.1 to 0.14.3
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](https://github.com/tokio-rs/prost/commits) --- 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 e7f5867 commit 91569ed

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ datafusion = { version = "52", features = ["avro", "unicode_expressions"] }
6161
datafusion-substrait = { version = "52", optional = true }
6262
datafusion-proto = { version = "52" }
6363
datafusion-ffi = { version = "52" }
64-
prost = "0.14.1" # keep in line with `datafusion-substrait`
64+
prost = "0.14.3" # keep in line with `datafusion-substrait`
6565
uuid = { version = "1.18", features = ["v4"] }
6666
mimalloc = { version = "0.1", optional = true, default-features = false, features = [
6767
"local_dynamic_tls",

0 commit comments

Comments
 (0)