This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch dependabot/cargo/main/proto-33bc8ff79f
in repository https://gitbox.apache.org/repos/asf/datafusion.git
commit 843f5a86d624192521b021539e94a677b9da355f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 3 08:34:23 2026 +0000
chore(deps): bump pbjson-types from 0.8.0 to 0.9.0 in the proto group
Bumps the proto group with 1 update:
[pbjson-types](https://github.com/influxdata/pbjson).
Updates `pbjson-types` from 0.8.0 to 0.9.0
- [Commits](https://github.com/influxdata/pbjson/commits/0.9.0)
---
updated-dependencies:
- dependency-name: pbjson-types
dependency-version: 0.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: proto
...
Signed-off-by: dependabot[bot] <[email protected]>
---
Cargo.lock | 37 ++++++++++++++++++++++++++-----------
datafusion/substrait/Cargo.toml | 2 +-
2 files changed, 27 insertions(+), 12 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 23670a7877..10d91f4068 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2671,7 +2671,7 @@ dependencies = [
"insta",
"itertools 0.14.0",
"object_store",
- "pbjson-types",
+ "pbjson-types 0.9.0",
"prost",
"serde_json",
"substrait",
@@ -2747,7 +2747,7 @@ dependencies = [
"libc",
"option-ext",
"redox_users",
- "windows-sys 0.59.0",
+ "windows-sys 0.61.2",
]
[[package]]
@@ -2891,7 +2891,7 @@ source =
"registry+https://github.com/rust-lang/crates.io-index"
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
dependencies = [
"libc",
- "windows-sys 0.59.0",
+ "windows-sys 0.61.2",
]
[[package]]
@@ -4152,7 +4152,7 @@ version = "0.50.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
dependencies = [
- "windows-sys 0.59.0",
+ "windows-sys 0.61.2",
]
[[package]]
@@ -4512,6 +4512,21 @@ dependencies = [
"serde",
]
+[[package]]
+name = "pbjson-types"
+version = "0.9.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "a14e2757d877c0f607a82ce1b8560e224370f159d66c5d52eb55ea187ef0350e"
+dependencies = [
+ "bytes",
+ "chrono",
+ "pbjson 0.9.0",
+ "pbjson-build 0.9.0",
+ "prost",
+ "prost-build",
+ "serde",
+]
+
[[package]]
name = "percent-encoding"
version = "2.3.2"
@@ -4770,7 +4785,7 @@ source =
"registry+https://github.com/rust-lang/crates.io-index"
checksum = "343d3bd7056eda839b03204e68deff7d1b13aba7af2b2fd16890697274262ee7"
dependencies = [
"heck",
- "itertools 0.13.0",
+ "itertools 0.14.0",
"log",
"multimap",
"petgraph",
@@ -4789,7 +4804,7 @@ source =
"registry+https://github.com/rust-lang/crates.io-index"
checksum = "27c6023962132f4b30eb4c172c91ce92d933da334c59c23cddee82358ddafb0b"
dependencies = [
"anyhow",
- "itertools 0.13.0",
+ "itertools 0.14.0",
"proc-macro2",
"quote",
"syn 2.0.117",
@@ -4891,7 +4906,7 @@ dependencies = [
"once_cell",
"socket2",
"tracing",
- "windows-sys 0.59.0",
+ "windows-sys 0.60.2",
]
[[package]]
@@ -5258,7 +5273,7 @@ dependencies = [
"errno",
"libc",
"linux-raw-sys",
- "windows-sys 0.59.0",
+ "windows-sys 0.61.2",
]
[[package]]
@@ -5877,7 +5892,7 @@ dependencies = [
"heck",
"pbjson 0.8.0",
"pbjson-build 0.8.0",
- "pbjson-types",
+ "pbjson-types 0.8.0",
"prettyplease",
"prost",
"prost-build",
@@ -5966,7 +5981,7 @@ dependencies = [
"getrandom 0.3.4",
"once_cell",
"rustix",
- "windows-sys 0.59.0",
+ "windows-sys 0.61.2",
]
[[package]]
@@ -6924,7 +6939,7 @@ version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
dependencies = [
- "windows-sys 0.59.0",
+ "windows-sys 0.61.2",
]
[[package]]
diff --git a/datafusion/substrait/Cargo.toml b/datafusion/substrait/Cargo.toml
index 927c326b88..fa4e666a0a 100644
--- a/datafusion/substrait/Cargo.toml
+++ b/datafusion/substrait/Cargo.toml
@@ -42,7 +42,7 @@ half = { workspace = true }
itertools = { workspace = true }
object_store = { workspace = true }
# We need to match the version in substrait, so we don't use the workspace
version here
-pbjson-types = { version = "0.8.0" }
+pbjson-types = { version = "0.9.0" }
prost = { workspace = true }
substrait = { version = "0.62", features = ["serde"] }
url = { workspace = true }
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]