chore(deps): Bump serde_json from 1.0.100 to 1.0.102

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.100 to 1.0.102.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.100...v1.0.102)

---
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] 2023-07-12 02:00:42 +00:00 committed by GitHub
parent ebe1f4c91d
commit d74f047b06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 11 additions and 11 deletions
import_export
influxdb2_client
influxdb_iox
influxdb_iox_client
iox_data_generator
iox_query_influxql
ioxd_common
service_grpc_flight
service_grpc_influxrpc

4
Cargo.lock generated
View File

@ -4901,9 +4901,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.100"
version = "1.0.102"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f1e14e89be7aa4c4b78bdbdc9eb5bf8517829a600ae8eaa39a6e1d960b5185c"
checksum = "b5062a995d481b2308b6064e9af76011f2921c35f97b0468811ed9f6cd91dfed"
dependencies = [
"itoa",
"ryu",

View File

@ -16,7 +16,7 @@ parquet_file = { path = "../parquet_file" }
object_store = { workspace=true }
observability_deps = { path = "../observability_deps" }
schema = { path = "../schema" }
serde_json = "1.0.100"
serde_json = "1.0.102"
thiserror = "1.0.43"
tokio = { version = "1.29" }
tokio-util = { version = "0.7.8" }

View File

@ -10,7 +10,7 @@ bytes = "1.4"
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.100"
serde_json = "1.0.102"
snafu = "0.7"
url = "2.4.0"
uuid = { version = "1", features = ["v4"] }

View File

@ -67,7 +67,7 @@ libc = { version = "0.2" }
num_cpus = "1.16.0"
once_cell = { version = "1.18", features = ["parking_lot"] }
rustyline = { version = "12.0", default-features = false, features = ["with-file-history"]}
serde_json = "1.0.100"
serde_json = "1.0.102"
snafu = "0.7"
tempfile = "3.6.0"
thiserror = "1.0.43"

View File

@ -24,7 +24,7 @@ prost = "0.11"
rand = "0.8.3"
reqwest = { version = "0.11", default-features = false, features = ["stream", "rustls-tls"] }
schema = { path = "../schema" }
serde_json = "1.0.100"
serde_json = "1.0.102"
tokio = { version = "1.29", features = ["macros", "parking_lot", "rt-multi-thread"] }
tokio-stream = "0.1.13"
thiserror = "1.0.43"

View File

@ -23,7 +23,7 @@ rand = { version = "0.8.3", features = ["small_rng"] }
regex = "1.9"
schema = { path = "../schema" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.100"
serde_json = "1.0.102"
snafu = "0.7"
tokio = { version = "1.29", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
toml = "0.7.6"

View File

@ -20,7 +20,7 @@ predicate = { path = "../predicate" }
query_functions = { path = "../query_functions" }
regex = "1"
schema = { path = "../schema" }
serde_json = "1.0.100"
serde_json = "1.0.102"
thiserror = "1.0"
workspace-hack = { version = "0.1", path = "../workspace-hack" }

View File

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

View File

@ -26,7 +26,7 @@ bytes = "1.4"
futures = "0.3"
prost = "0.11"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.100"
serde_json = "1.0.102"
snafu = "0.7"
tokio = { version = "1.29", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
tonic = { workspace = true }

View File

@ -30,7 +30,7 @@ pin-project = "1.1"
prost = "0.11"
regex = "1.9.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.100"
serde_json = "1.0.102"
snafu = "0.7"
tokio-stream = { version = "0.1", features = ["net"] }
tonic = { workspace = true }