chore(deps): Bump serde_json from 1.0.86 to 1.0.87

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.86 to 1.0.87.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.86...v1.0.87)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/24376/head
dependabot[bot] 2022-10-20 07:52:33 +00:00 committed by GitHub
parent 5f97f0c8a6
commit bebb15d30f
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

@ -4538,9 +4538,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.86"
version = "1.0.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41feea4228a6f1cd09ec7a3593a682276702cd67b5273544757dae23c096f074"
checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45"
dependencies = [
"itoa 1.0.4",
"ryu",

View File

@ -14,7 +14,7 @@ metric = { path = "../metric" }
object_store = "0.5.1"
observability_deps = { path = "../observability_deps" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.86"
serde_json = "1.0.87"
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.86"
serde_json = "1.0.87"
thiserror = "1.0.37"
tokio = { version = "1.21" }
tonic = { version = "0.8" }

View File

@ -9,7 +9,7 @@ bytes = "1.2"
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.86"
serde_json = "1.0.87"
snafu = "0.7"
url = "2.3.1"
uuid = { version = "1", features = ["v4"] }

View File

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

View File

@ -23,7 +23,7 @@ rand = { version = "0.8.3", features = ["small_rng"] }
regex = "1.6"
schema = { path = "../schema" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.86"
serde_json = "1.0.87"
snafu = "0.7"
tokio = { version = "1.21", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
toml = "0.5.9"

View File

@ -37,7 +37,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.86"
serde_json = "1.0.87"
serde_urlencoded = "0.7.0"
snafu = "0.7"
tokio = { version = "1.21", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }

View File

@ -26,7 +26,7 @@ parking_lot = "0.12"
predicate = { path = "../predicate" }
schema = { version = "0.1.0", path = "../schema" }
serde = "1.0"
serde_json = "1.0.86"
serde_json = "1.0.87"
serde_urlencoded = "0.7"
service_grpc_schema = { path = "../service_grpc_schema" }
service_grpc_object_store = { path = "../service_grpc_object_store" }

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.86"
serde_json = "1.0.87"
snafu = "0.7"
tokio = { version = "1.21", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
tonic = "0.8"

View File

@ -27,7 +27,7 @@ pin-project = "1.0"
prost = "0.11"
regex = "1.6.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.86"
serde_json = "1.0.87"
snafu = "0.7"
tokio = { version = "1.21", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
tokio-stream = { version = "0.1", features = ["net"] }

View File

@ -9,7 +9,7 @@ data_types = { path = "../data_types" }
dml = { path = "../dml" }
generated_types = { path = "../generated_types" }
observability_deps = { path = "../observability_deps" }
serde_json = "1.0.86"
serde_json = "1.0.87"
snafu = "0.7"
workspace-hack = { path = "../workspace-hack"}