chore(deps): Bump pbjson from 0.2.3 to 0.3.0 (#4215)

Bumps [pbjson](https://github.com/influxdata/pbjson) from 0.2.3 to 0.3.0.
- [Release notes](https://github.com/influxdata/pbjson/releases)
- [Commits](https://github.com/influxdata/pbjson/compare/0.2.3...0.3.0)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/24376/head
dependabot[bot] 2022-04-04 12:05:46 +00:00 committed by GitHub
parent 26f6a1721f
commit 276449ee09
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

@ -1683,7 +1683,7 @@ dependencies = [
"datafusion 0.1.0",
"num_cpus",
"observability_deps",
"pbjson",
"pbjson 0.3.0",
"pbjson-build 0.3.0",
"pbjson-types",
"predicate",
@ -3926,6 +3926,16 @@ dependencies = [
"serde",
]
[[package]]
name = "pbjson"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d86c0a61b93c50f35af5d8a4f134790f47cbebf8803a7219dd1e7238cd1af022"
dependencies = [
"base64 0.13.0",
"serde",
]
[[package]]
name = "pbjson-build"
version = "0.2.3"
@ -3958,7 +3968,7 @@ checksum = "58d94ffa4c36eb9d09fb8e0461f8256347d1e48793f53a8a210b43726f4ec884"
dependencies = [
"bytes",
"chrono",
"pbjson",
"pbjson 0.2.3",
"pbjson-build 0.2.3",
"prost 0.9.0",
"prost-build",

View File

@ -10,7 +10,7 @@ data_types = { path = "../data_types", optional = true }
data_types2 = { path = "../data_types2", optional = true }
datafusion = { path = "../datafusion", optional = true }
observability_deps = { path = "../observability_deps" }
pbjson = "0.2"
pbjson = "0.3"
pbjson-types = "0.2"
predicate = { path = "../predicate", optional = true }
prost = "0.9"