chore(deps): Bump serde_json from 1.0.81 to 1.0.82 (#4992)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.81 to 1.0.82.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.81...v1.0.82)

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

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-06-30 09:54:08 +00:00 committed by GitHub
parent d1e3b009c9
commit 40a8525520
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 10 additions and 10 deletions

4
Cargo.lock generated
View File

@ -4606,9 +4606,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.81"
version = "1.0.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"
checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7"
dependencies = [
"indexmap",
"itoa 1.0.2",

View File

@ -9,7 +9,7 @@ bytes = "1.0"
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.81"
serde_json = "1.0.82"
snafu = "0.7"
url = "2.1.1"
uuid = { version = "1", features = ["v4"] }

View File

@ -51,7 +51,7 @@ libc = { version = "0.2" }
num_cpus = "1.13.0"
once_cell = { version = "1.12.0", features = ["parking_lot"] }
rustyline = { version = "9.0", default-features = false }
serde_json = "1.0.81"
serde_json = "1.0.82"
snafu = "0.7"
thiserror = "1.0.31"
tikv-jemalloc-ctl = { version = "0.4.0", optional = true }

View File

@ -17,7 +17,7 @@ itertools = "0.10.0"
rand = { version = "0.8.3", features = ["small_rng"] }
regex = "1.5"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.81"
serde_json = "1.0.82"
snafu = "0.7"
tokio = { version = "1.19", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
toml = "0.5.9"

View File

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

View File

@ -13,7 +13,7 @@ itertools = "0.10"
observability_deps = { path = "../observability_deps" }
query_functions = { path = "../query_functions"}
schema = { path = "../schema" }
serde_json = "1.0.81"
serde_json = "1.0.82"
snafu = "0.7"
sqlparser = "0.18.0"
workspace-hack = { path = "../workspace-hack"}

View File

@ -24,7 +24,7 @@ futures = "0.3"
pin-project = "1.0"
prost = "0.10"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.81"
serde_json = "1.0.82"
snafu = "0.7"
tokio = { version = "1.19", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
tonic = "0.7"

View File

@ -24,7 +24,7 @@ pin-project = "1.0"
prost = "0.10"
regex = "1.5.6"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.81"
serde_json = "1.0.82"
snafu = "0.7"
tokio = { version = "1.19", 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.81"
serde_json = "1.0.82"
snafu = "0.7"
workspace-hack = { path = "../workspace-hack"}