Skip to content

Commit 024aaa3

Browse files
Update pbjson requirement from 0.6.0 to 0.9.0
Updates the requirements on [pbjson](https://github.com/influxdata/pbjson) to permit the latest version. - [Commits](https://github.com/influxdata/pbjson/commits/0.9.0) --- updated-dependencies: - dependency-name: pbjson dependency-version: 0.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b0925c8 commit 024aaa3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

datafusion/proto-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ arrow = { workspace = true }
4444
chrono = { workspace = true }
4545
datafusion-common = { workspace = true }
4646
object_store = { workspace = true }
47-
pbjson = { version = "0.6.0", optional = true }
47+
pbjson = { version = "0.9.0", optional = true }
4848
prost = "0.12.0"
4949
serde = { version = "1.0", optional = true }
5050
serde_json = { workspace = true, optional = true }

datafusion/proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ datafusion-common = { workspace = true, default-features = true }
5252
datafusion-expr = { workspace = true }
5353
datafusion-proto-common = { workspace = true }
5454
object_store = { workspace = true }
55-
pbjson = { version = "0.6.0", optional = true }
55+
pbjson = { version = "0.9.0", optional = true }
5656
prost = "0.12.0"
5757
serde = { version = "1.0", optional = true }
5858
serde_json = { workspace = true, optional = true }

0 commit comments

Comments
 (0)