From 0044c2e967f92bb423526b4223fce7b7578d0eb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 09:18:24 +0000 Subject: [PATCH] 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] --- Cargo.lock | 19 +++++++++++++++++-- datafusion/substrait/Cargo.toml | 2 +- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e582b43c7e4df..f88f71d35594f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2657,7 +2657,7 @@ dependencies = [ "insta", "itertools 0.14.0", "object_store", - "pbjson-types", + "pbjson-types 0.9.0", "prost", "serde_json", "substrait", @@ -4464,6 +4464,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" @@ -5820,7 +5835,7 @@ dependencies = [ "heck", "pbjson 0.8.0", "pbjson-build 0.8.0", - "pbjson-types", + "pbjson-types 0.8.0", "prettyplease", "prost", "prost-build", diff --git a/datafusion/substrait/Cargo.toml b/datafusion/substrait/Cargo.toml index 753afc08d4f60..dbe4d436554e2 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 }