Skip to content

Commit 0040e3a

Browse files
chore: bump pbjson from 0.7.0 to 0.8.0
Bumps [pbjson](https://github.com/influxdata/pbjson) from 0.7.0 to 0.8.0. - [Commits](https://github.com/influxdata/pbjson/commits) --- updated-dependencies: - dependency-name: pbjson dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c9b3c3e commit 0040e3a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/gen/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77

88
[dependencies]
99
prost = { version = "0.13", default-features = false }
10-
pbjson = "0.7"
10+
pbjson = "0.8"
1111
serde = { version = "1.0", default-features = false }
1212
pbjson-types = { version = "0.7", path = "../../../rust/pbjson-types" }
1313

rust/pbjson-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ exclude = ["protos/*"]
1313
[dependencies] # In alphabetical order
1414
bytes = "1"
1515
chrono = { version = "0.4", default-features = false, features = ["alloc"] }
16-
pbjson = { version = "0.7" }
16+
pbjson = { version = "0.8" }
1717
prost = "0.13"
1818
serde = { version = "1", features = ["derive"] }
1919

0 commit comments

Comments
 (0)