chore(deps): Bump serde_json from 1.0.82 to 1.0.83 ()

* chore(deps): Bump serde_json from 1.0.82 to 1.0.83

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

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

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

* chore: Run cargo hakari tasks

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: CircleCI[bot] <circleci@influxdata.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
pull/24376/head
dependabot[bot] 2022-08-04 14:28:29 +00:00 committed by GitHub
parent e24cecd926
commit e8231b2986
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 11 additions and 11 deletions
clap_blocks
influxdb2_client
influxdb_iox
iox_data_generator
ioxd_common
predicate
service_grpc_flight
service_grpc_influxrpc
write_summary

4
Cargo.lock generated
View File

@ -4590,9 +4590,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.82"
version = "1.0.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7"
checksum = "38dd04e3c8279e75b31ef29dbdceebfe5ad89f4d0937213c53f7d49d01b3d5a7"
dependencies = [
"itoa 1.0.2",
"ryu",

View File

@ -14,7 +14,7 @@ metric = { path = "../metric" }
object_store = "0.3.0"
observability_deps = { path = "../observability_deps" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.81"
serde_json = "1.0.83"
snafu = "0.7"
tempfile = "3.1.0"
trace = { path = "../trace" }

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.82"
serde_json = "1.0.83"
snafu = "0.7"
url = "2.1.1"
uuid = { version = "1", features = ["v4"] }

View File

@ -52,7 +52,7 @@ libc = { version = "0.2" }
num_cpus = "1.13.0"
once_cell = { version = "1.13.0", features = ["parking_lot"] }
rustyline = { version = "10.0", default-features = false }
serde_json = "1.0.82"
serde_json = "1.0.83"
snafu = "0.7"
thiserror = "1.0.32"
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.6"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.82"
serde_json = "1.0.83"
snafu = "0.7"
tokio = { version = "1.20", 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.82"
serde_json = "1.0.83"
serde_urlencoded = "0.7.0"
snafu = "0.7"
tokio = { version = "1.20", 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.82"
serde_json = "1.0.83"
snafu = "0.7"
sqlparser = "0.19.0"
workspace-hack = { path = "../workspace-hack"}

View File

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

View File

@ -26,7 +26,7 @@ pin-project = "1.0"
prost = "0.10"
regex = "1.6.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.82"
serde_json = "1.0.83"
snafu = "0.7"
tokio = { version = "1.20", 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.82"
serde_json = "1.0.83"
snafu = "0.7"
workspace-hack = { path = "../workspace-hack"}