This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch dependabot/cargo/main/proto-8afbff2258
in repository https://gitbox.apache.org/repos/asf/datafusion.git
commit 6ec00204c8f1a4209335d848b1fb3591ff69b990
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 10 08:43:50 2025 +0000
chore(deps): bump prost-build from 0.13.5 to 0.14.1 in the proto group
Bumps the proto group with 1 update:
[prost-build](https://github.com/tokio-rs/prost).
Updates `prost-build` 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](https://github.com/tokio-rs/prost/compare/v0.13.5...v0.14.1)
---
updated-dependencies:
- dependency-name: prost-build
dependency-version: 0.14.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: proto
...
Signed-off-by: dependabot[bot] <[email protected]>
---
Cargo.lock | 96 ++++++++++++++++++++++++++--------
datafusion/proto-common/gen/Cargo.toml | 2 +-
datafusion/proto/gen/Cargo.toml | 2 +-
3 files changed, 76 insertions(+), 24 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index ff72d2870a..73c740ad86 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
-version = 3
+version = 4
[[package]]
name = "abi_stable"
@@ -380,8 +380,8 @@ dependencies = [
"futures",
"once_cell",
"paste",
- "prost",
- "prost-types",
+ "prost 0.13.5",
+ "prost-types 0.13.5",
"tonic",
]
@@ -2194,7 +2194,7 @@ dependencies = [
"mimalloc",
"nix",
"object_store",
- "prost",
+ "prost 0.13.5",
"tempfile",
"test-utils",
"tokio",
@@ -2274,7 +2274,7 @@ dependencies = [
"doc-comment",
"futures",
"log",
- "prost",
+ "prost 0.13.5",
"semver",
"tokio",
]
@@ -2548,7 +2548,7 @@ dependencies = [
"doc-comment",
"object_store",
"pbjson",
- "prost",
+ "prost 0.13.5",
"serde",
"serde_json",
"tokio",
@@ -2562,7 +2562,7 @@ dependencies = [
"datafusion-common",
"doc-comment",
"pbjson",
- "prost",
+ "prost 0.13.5",
"serde",
"serde_json",
]
@@ -2692,7 +2692,7 @@ dependencies = [
"itertools 0.14.0",
"object_store",
"pbjson-types",
- "prost",
+ "prost 0.13.5",
"serde_json",
"substrait",
"tokio",
@@ -3179,7 +3179,7 @@ name = "gen"
version = "0.1.0"
dependencies = [
"pbjson-build",
- "prost-build",
+ "prost-build 0.14.1",
]
[[package]]
@@ -3187,7 +3187,7 @@ name = "gen-common"
version = "0.1.0"
dependencies = [
"pbjson-build",
- "prost-build",
+ "prost-build 0.14.1",
]
[[package]]
@@ -4568,8 +4568,8 @@ checksum =
"6eea3058763d6e656105d1403cb04e0a41b7bbac6362d413e7c33be0c32279c9"
dependencies = [
"heck 0.5.0",
"itertools 0.13.0",
- "prost",
- "prost-types",
+ "prost 0.13.5",
+ "prost-types 0.13.5",
]
[[package]]
@@ -4582,8 +4582,8 @@ dependencies = [
"chrono",
"pbjson",
"pbjson-build",
- "prost",
- "prost-build",
+ "prost 0.13.5",
+ "prost-build 0.13.5",
"serde",
]
@@ -4890,7 +4890,17 @@ source =
"registry+https://github.com/rust-lang/crates.io-index"
checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
dependencies = [
"bytes",
- "prost-derive",
+ "prost-derive 0.13.5",
+]
+
+[[package]]
+name = "prost"
+version = "0.14.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "7231bd9b3d3d33c86b58adbac74b5ec0ad9f496b19d22801d773636feaa95f3d"
+dependencies = [
+ "bytes",
+ "prost-derive 0.14.1",
]
[[package]]
@@ -4906,8 +4916,28 @@ dependencies = [
"once_cell",
"petgraph 0.7.1",
"prettyplease",
- "prost",
- "prost-types",
+ "prost 0.13.5",
+ "prost-types 0.13.5",
+ "regex",
+ "syn 2.0.104",
+ "tempfile",
+]
+
+[[package]]
+name = "prost-build"
+version = "0.14.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ac6c3320f9abac597dcbc668774ef006702672474aad53c6d596b62e487b40b1"
+dependencies = [
+ "heck 0.5.0",
+ "itertools 0.14.0",
+ "log",
+ "multimap",
+ "once_cell",
+ "petgraph 0.7.1",
+ "prettyplease",
+ "prost 0.14.1",
+ "prost-types 0.14.1",
"regex",
"syn 2.0.104",
"tempfile",
@@ -4926,13 +4956,35 @@ dependencies = [
"syn 2.0.104",
]
+[[package]]
+name = "prost-derive"
+version = "0.14.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "9120690fafc389a67ba3803df527d0ec9cbbc9cc45e4cc20b332996dfb672425"
+dependencies = [
+ "anyhow",
+ "itertools 0.14.0",
+ "proc-macro2",
+ "quote",
+ "syn 2.0.104",
+]
+
[[package]]
name = "prost-types"
version = "0.13.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16"
dependencies = [
- "prost",
+ "prost 0.13.5",
+]
+
+[[package]]
+name = "prost-types"
+version = "0.14.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "b9b4db3d6da204ed77bb26ba83b6122a73aeb2e87e25fbf7ad2e84c4ccbf8f72"
+dependencies = [
+ "prost 0.14.1",
]
[[package]]
@@ -6143,9 +6195,9 @@ dependencies = [
"pbjson-build",
"pbjson-types",
"prettyplease",
- "prost",
- "prost-build",
- "prost-types",
+ "prost 0.13.5",
+ "prost-build 0.13.5",
+ "prost-types 0.13.5",
"protobuf-src",
"regress",
"schemars",
@@ -6588,7 +6640,7 @@ dependencies = [
"hyper-util",
"percent-encoding",
"pin-project",
- "prost",
+ "prost 0.13.5",
"socket2",
"tokio",
"tokio-stream",
diff --git a/datafusion/proto-common/gen/Cargo.toml
b/datafusion/proto-common/gen/Cargo.toml
index cfd3368b0c..05e5bd35b4 100644
--- a/datafusion/proto-common/gen/Cargo.toml
+++ b/datafusion/proto-common/gen/Cargo.toml
@@ -35,4 +35,4 @@ workspace = true
[dependencies]
# Pin these dependencies so that the generated output is deterministic
pbjson-build = "=0.7.0"
-prost-build = "=0.13.5"
+prost-build = "=0.14.1"
diff --git a/datafusion/proto/gen/Cargo.toml b/datafusion/proto/gen/Cargo.toml
index 467a7f487d..95c8dbdacc 100644
--- a/datafusion/proto/gen/Cargo.toml
+++ b/datafusion/proto/gen/Cargo.toml
@@ -35,4 +35,4 @@ workspace = true
[dependencies]
# Pin these dependencies so that the generated output is deterministic
pbjson-build = "=0.7.0"
-prost-build = "=0.13.5"
+prost-build = "=0.14.1"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]