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 b95d38205 chore(deps): bump the proto group in /native with 2 updates
(#3071)
b95d38205 is described below
commit b95d38205629e7c5c4eb84819ffad02ae4bf6b33
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 12 16:00:38 2026 -0500
chore(deps): bump the proto group in /native with 2 updates (#3071)
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.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/compare/v0.14.1...v0.14.3)
Updates `prost-build` 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/compare/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
dependency-group: proto
- dependency-name: prost-build
dependency-version: 0.14.3
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 9709cd6f1..91d055d27 100644
--- a/native/Cargo.lock
+++ b/native/Cargo.lock
@@ -2299,7 +2299,7 @@ dependencies = [
"itertools 0.14.0",
"parking_lot",
"paste",
- "petgraph 0.8.3",
+ "petgraph",
]
[[package]]
@@ -4280,16 +4280,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"
@@ -4526,9 +4516,9 @@ dependencies = [
[[package]]
name = "prost"
-version = "0.14.1"
+version = "0.14.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7231bd9b3d3d33c86b58adbac74b5ec0ad9f496b19d22801d773636feaa95f3d"
+checksum = "d2ea70524a2f82d518bce41317d0fae74151505651af45faf1ffbd6fd33f0568"
dependencies = [
"bytes",
"prost-derive",
@@ -4536,16 +4526,15 @@ dependencies = [
[[package]]
name = "prost-build"
-version = "0.14.1"
+version = "0.14.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ac6c3320f9abac597dcbc668774ef006702672474aad53c6d596b62e487b40b1"
+checksum = "343d3bd7056eda839b03204e68deff7d1b13aba7af2b2fd16890697274262ee7"
dependencies = [
"heck",
"itertools 0.14.0",
"log",
"multimap",
- "once_cell",
- "petgraph 0.7.1",
+ "petgraph",
"prettyplease",
"prost",
"prost-types",
@@ -4556,9 +4545,9 @@ dependencies = [
[[package]]
name = "prost-derive"
-version = "0.14.1"
+version = "0.14.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9120690fafc389a67ba3803df527d0ec9cbbc9cc45e4cc20b332996dfb672425"
+checksum = "27c6023962132f4b30eb4c172c91ce92d933da334c59c23cddee82358ddafb0b"
dependencies = [
"anyhow",
"itertools 0.14.0",
@@ -4569,9 +4558,9 @@ dependencies = [
[[package]]
name = "prost-types"
-version = "0.14.1"
+version = "0.14.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b9b4db3d6da204ed77bb26ba83b6122a73aeb2e87e25fbf7ad2e84c4ccbf8f72"
+checksum = "8991c4cbdb8bc5b11f0b074ffe286c30e523de90fee5ba8132f1399f23cb3dd7"
dependencies = [
"prost",
]
diff --git a/native/core/Cargo.toml b/native/core/Cargo.toml
index 7b32be36a..b13d6d54f 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.3"
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..83c113751 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.3"
[build-dependencies]
-prost-build = "0.14.1"
+prost-build = "0.14.3"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]