chore(deps): Bump pbjson from 0.4.0 to 0.5.0 (#5702)

Bumps [pbjson](https://github.com/influxdata/pbjson) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/influxdata/pbjson/releases)
- [Commits](https://github.com/influxdata/pbjson/commits)

---
updated-dependencies:
- dependency-name: pbjson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
pull/24376/head
dependabot[bot] 2022-09-21 09:34:47 +00:00 committed by GitHub
parent c66f16e4af
commit 09cb62b75b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 3 deletions

14
Cargo.lock generated
View File

@ -1578,7 +1578,7 @@ dependencies = [
"data_types",
"datafusion 0.1.0",
"observability_deps",
"pbjson",
"pbjson 0.5.0",
"pbjson-build",
"pbjson-types",
"predicate",
@ -3359,6 +3359,16 @@ dependencies = [
"serde",
]
[[package]]
name = "pbjson"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f06d6c64fa91b40a9321e174ad4e9702038c90210f87b295b4f723c7ad2155a"
dependencies = [
"base64",
"serde",
]
[[package]]
name = "pbjson-build"
version = "0.4.0"
@ -3379,7 +3389,7 @@ checksum = "588ae4a372e9fa9c20524dacd39e666b6abd29ff2830b9ebec5437e41634067d"
dependencies = [
"bytes",
"chrono",
"pbjson",
"pbjson 0.4.0",
"pbjson-build",
"prost 0.11.0",
"prost-build 0.11.1",

View File

@ -10,7 +10,7 @@ bytes = "1.2"
data_types = { path = "../data_types", optional = true }
datafusion = { path = "../datafusion", optional = true }
observability_deps = { path = "../observability_deps" }
pbjson = "0.4"
pbjson = "0.5"
pbjson-types = "0.4"
predicate = { path = "../predicate", optional = true }
prost = "0.11"