chore(deps): Bump serde_json from 1.0.97 to 1.0.99 ()

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.97 to 1.0.99.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.97...v1.0.99)

---
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] 2023-06-26 09:25:38 +00:00 committed by GitHub
parent 5c7dd8bd88
commit 24ca0fef30
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

@ -4886,9 +4886,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.97"
version = "1.0.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdf3bf93142acad5821c99197022e170842cdbc1c30482b98750c688c640842a"
checksum = "46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3"
dependencies = [
"itoa",
"ryu",

View File

@ -9,7 +9,7 @@ license.workspace = true
futures-util = { version = "0.3" }
influxdb_iox_client = { path = "../influxdb_iox_client", features = ["flight", "format"] }
observability_deps = { path = "../observability_deps" }
serde_json = "1.0.97"
serde_json = "1.0.99"
thiserror = "1.0.40"
tokio = { version = "1.28" }
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.97"
serde_json = "1.0.99"
snafu = "0.7"
url = "2.4.0"
uuid = { version = "1", features = ["v4"] }

View File

@ -66,7 +66,7 @@ libc = { version = "0.2" }
num_cpus = "1.15.0"
once_cell = { version = "1.18", features = ["parking_lot"] }
rustyline = { version = "11.0", default-features = false, features = ["with-file-history"]}
serde_json = "1.0.97"
serde_json = "1.0.99"
snafu = "0.7"
tempfile = "3.6.0"
thiserror = "1.0.40"

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.97"
serde_json = "1.0.99"
tokio = { version = "1.28", features = ["macros", "parking_lot", "rt-multi-thread"] }
tokio-stream = "0.1.13"
thiserror = "1.0.40"

View File

@ -23,7 +23,7 @@ rand = { version = "0.8.3", features = ["small_rng"] }
regex = "1.8"
schema = { path = "../schema" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.97"
serde_json = "1.0.99"
snafu = "0.7"
tokio = { version = "1.28", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
toml = "0.7.5"

View File

@ -20,7 +20,7 @@ predicate = { path = "../predicate" }
query_functions = { path = "../query_functions" }
regex = "1"
schema = { path = "../schema" }
serde_json = "1.0.97"
serde_json = "1.0.99"
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.97"
serde_json = "1.0.99"
serde_urlencoded = "0.7.0"
snafu = "0.7"
tokio = { version = "1.28", 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.97"
serde_json = "1.0.99"
snafu = "0.7"
tonic = { workspace = true }
workspace-hack = { version = "0.1", path = "../workspace-hack" }

View File

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