chore(deps): Bump serde_json from 1.0.88 to 1.0.89 (#6203)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.88 to 1.0.89.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.88...v1.0.89)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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-11-22 09:28:31 +00:00 committed by GitHub
parent 29bfb4835f
commit caa595a6fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 12 additions and 12 deletions

4
Cargo.lock generated
View File

@ -4530,9 +4530,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.88"
version = "1.0.89"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e8b3801309262e8184d9687fb697586833e939767aea0dda89f5a8e650e8bd7"
checksum = "020ff22c755c2ed3f8cf162dbb41a7268d934702f3ed3631656ea597e08fc3db"
dependencies = [
"itoa 1.0.4",
"ryu",

View File

@ -16,7 +16,7 @@ metric = { path = "../metric" }
object_store = "0.5.1"
observability_deps = { path = "../observability_deps" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.88"
serde_json = "1.0.89"
snafu = "0.7"
tempfile = "3.1.0"
trace = { path = "../trace" }

View File

@ -17,7 +17,7 @@ object_store = { version = "0.5.1", features = ["aws"] }
observability_deps = { path = "../observability_deps" }
schema = { path = "../schema" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.88"
serde_json = "1.0.89"
thiserror = "1.0.37"
tokio = { version = "1.22" }
tonic = { version = "0.8" }

View File

@ -10,7 +10,7 @@ bytes = "1.3"
futures = { version = "0.3", default-features = false }
reqwest = { version = "0.11", default-features = false, features = ["stream", "json", "rustls-tls"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.88"
serde_json = "1.0.89"
snafu = "0.7"
url = "2.3.1"
uuid = { version = "1", features = ["v4"] }

View File

@ -59,7 +59,7 @@ libc = { version = "0.2" }
num_cpus = "1.13.0"
once_cell = { version = "1.16.0", features = ["parking_lot"] }
rustyline = { version = "10.0", default-features = false }
serde_json = "1.0.88"
serde_json = "1.0.89"
snafu = "0.7"
thiserror = "1.0.37"
tikv-jemalloc-ctl = { version = "0.5.0", optional = true }

View File

@ -24,7 +24,7 @@ rand = { version = "0.8.3", features = ["small_rng"] }
regex = "1.7"
schema = { path = "../schema" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.88"
serde_json = "1.0.89"
snafu = "0.7"
tokio = { version = "1.22", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
toml = "0.5.9"

View File

@ -39,7 +39,7 @@ log = "0.4"
parking_lot = "0.12"
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.88"
serde_json = "1.0.89"
serde_urlencoded = "0.7.0"
snafu = "0.7"
tokio = { version = "1.22", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }

View File

@ -27,7 +27,7 @@ parking_lot = "0.12"
predicate = { path = "../predicate" }
schema = { version = "0.1.0", path = "../schema" }
serde = "1.0"
serde_json = "1.0.88"
serde_json = "1.0.89"
serde_urlencoded = "0.7"
service_grpc_catalog = { path = "../service_grpc_catalog"}
service_grpc_namespace = { path = "../service_grpc_namespace"}

View File

@ -26,7 +26,7 @@ futures = "0.3"
pin-project = "1.0"
prost = "0.11"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.88"
serde_json = "1.0.89"
snafu = "0.7"
tokio = { version = "1.22", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
tonic = "0.8"

View File

@ -29,7 +29,7 @@ pin-project = "1.0"
prost = "0.11"
regex = "1.7.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.88"
serde_json = "1.0.89"
snafu = "0.7"
tokio = { version = "1.22", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
tokio-stream = { version = "0.1", features = ["net"] }

View File

@ -11,7 +11,7 @@ data_types = { path = "../data_types" }
dml = { path = "../dml" }
generated_types = { path = "../generated_types" }
observability_deps = { path = "../observability_deps" }
serde_json = "1.0.88"
serde_json = "1.0.89"
snafu = "0.7"
workspace-hack = { path = "../workspace-hack"}