This is an automated email from the ASF dual-hosted git repository.
mbutrovich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/main by this push:
new 0d519b512 chore(deps): bump the proto group in /native with 2 updates
(#2832)
0d519b512 is described below
commit 0d519b5129424fac0c5726c322f3f9b8dfeb90dd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 1 10:45:49 2025 -0500
chore(deps): bump the proto group in /native with 2 updates (#2832)
Bumps the proto group in /native with 2 updates:
[prost](https://github.com/tokio-rs/prost) and
[prost-build](https://github.com/tokio-rs/prost).
Updates `prost` from 0.14.1 to 0.14.2
- [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.14.1...v0.14.2)
Updates `prost-build` from 0.14.1 to 0.14.2
- [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.14.1...v0.14.2)
---
updated-dependencies:
- dependency-name: prost
dependency-version: 0.14.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: proto
- dependency-name: prost-build
dependency-version: 0.14.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: proto
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
native/Cargo.lock | 31 ++++++++++---------------------
native/core/Cargo.toml | 2 +-
native/proto/Cargo.toml | 4 ++--
3 files changed, 13 insertions(+), 24 deletions(-)
diff --git a/native/Cargo.lock b/native/Cargo.lock
index 0fde46203..9c5caeaf8 100644
--- a/native/Cargo.lock
+++ b/native/Cargo.lock
@@ -2279,7 +2279,7 @@ dependencies = [
"log",
"parking_lot",
"paste",
- "petgraph 0.8.3",
+ "petgraph",
]
[[package]]
@@ -4313,16 +4313,6 @@ version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
-[[package]]
-name = "petgraph"
-version = "0.7.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772"
-dependencies = [
- "fixedbitset",
- "indexmap 2.12.1",
-]
-
[[package]]
name = "petgraph"
version = "0.8.3"
@@ -4559,9 +4549,9 @@ dependencies = [
[[package]]
name = "prost"
-version = "0.14.1"
+version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7231bd9b3d3d33c86b58adbac74b5ec0ad9f496b19d22801d773636feaa95f3d"
+checksum = "101fec8d036f8d9d4a1e8ebf90d566d1d798f3b1aa379d2576a54a0d9acea5bd"
dependencies = [
"bytes",
"prost-derive",
@@ -4569,16 +4559,15 @@ dependencies = [
[[package]]
name = "prost-build"
-version = "0.14.1"
+version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ac6c3320f9abac597dcbc668774ef006702672474aad53c6d596b62e487b40b1"
+checksum = "528a07106a21e01f4880c09818d0b7e73d0f0993536ddfff161754b5c20a086c"
dependencies = [
"heck",
"itertools 0.14.0",
"log",
"multimap",
- "once_cell",
- "petgraph 0.7.1",
+ "petgraph",
"prettyplease",
"prost",
"prost-types",
@@ -4589,9 +4578,9 @@ dependencies = [
[[package]]
name = "prost-derive"
-version = "0.14.1"
+version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9120690fafc389a67ba3803df527d0ec9cbbc9cc45e4cc20b332996dfb672425"
+checksum = "d2d93e596a829ebe00afa41c3a056e6308d6b8a4c7d869edf184e2c91b1ba564"
dependencies = [
"anyhow",
"itertools 0.14.0",
@@ -4602,9 +4591,9 @@ dependencies = [
[[package]]
name = "prost-types"
-version = "0.14.1"
+version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b9b4db3d6da204ed77bb26ba83b6122a73aeb2e87e25fbf7ad2e84c4ccbf8f72"
+checksum = "f5d7b7346e150de32340ae3390b8b3ffa37ad93ec31fb5dad86afe817619e4e7"
dependencies = [
"prost",
]
diff --git a/native/core/Cargo.toml b/native/core/Cargo.toml
index d2a87e13c..02ed50df7 100644
--- a/native/core/Cargo.toml
+++ b/native/core/Cargo.toml
@@ -47,7 +47,7 @@ log = "0.4"
log4rs = "1.4.0"
thiserror = { workspace = true }
lazy_static = "1.4.0"
-prost = "0.14.1"
+prost = "0.14.2"
jni = "0.21"
snap = "1.1"
# we disable default features in lz4_flex to force the use of the faster
unsafe encoding and decoding implementation
diff --git a/native/proto/Cargo.toml b/native/proto/Cargo.toml
index 36e556ee6..12fe21a0b 100644
--- a/native/proto/Cargo.toml
+++ b/native/proto/Cargo.toml
@@ -27,7 +27,7 @@ license = "Apache-2.0"
edition = "2021"
[dependencies]
-prost = "0.14.1"
+prost = "0.14.2"
[build-dependencies]
-prost-build = "0.14.1"
+prost-build = "0.14.2"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]