chore(deps): Bump serde_json from 1.0.91 to 1.0.92 (#6860)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.91 to 1.0.92.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.91...v1.0.92)

---
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-02-06 08:27:41 +00:00 committed by GitHub
parent e85de74a5d
commit 6f4e287a3a
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

@ -5052,9 +5052,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.91"
version = "1.0.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
checksum = "7434af0dc1cbd59268aa98b4c22c131c0584d2232f6fb166efb993e2832e896a"
dependencies = [
"itoa 1.0.5",
"ryu",

View File

@ -17,7 +17,7 @@ metric = { path = "../metric" }
object_store = "0.5.2"
observability_deps = { path = "../observability_deps" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.91"
serde_json = "1.0.92"
snafu = "0.7"
tempfile = "3.1.0"
trace = { path = "../trace" }

View File

@ -17,7 +17,7 @@ object_store = { version = "0.5.2", features = ["aws"] }
observability_deps = { path = "../observability_deps" }
schema = { path = "../schema" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.91"
serde_json = "1.0.92"
thiserror = "1.0.38"
tokio = { version = "1.25" }
tonic = { version = "0.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.91"
serde_json = "1.0.92"
snafu = "0.7"
url = "2.3.1"
uuid = { version = "1", features = ["v4"] }

View File

@ -64,7 +64,7 @@ libc = { version = "0.2" }
num_cpus = "1.15.0"
once_cell = { version = "1.17", features = ["parking_lot"] }
rustyline = { version = "10.1", default-features = false }
serde_json = "1.0.91"
serde_json = "1.0.92"
snafu = "0.7"
tempfile = "3.1.0"
thiserror = "1.0.38"

View File

@ -24,7 +24,7 @@ rand = { version = "0.8.3", features = ["small_rng"] }
regex = "1.7"
schema = { path = "../schema" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.91"
serde_json = "1.0.92"
snafu = "0.7"
tokio = { version = "1.25", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
toml = "0.7.1"

View File

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

View File

@ -28,7 +28,7 @@ parking_lot = "0.12"
predicate = { path = "../predicate" }
schema = { version = "0.1.0", path = "../schema" }
serde = "1.0"
serde_json = "1.0.91"
serde_json = "1.0.92"
serde_urlencoded = "0.7"
service_grpc_catalog = { path = "../service_grpc_catalog"}
service_grpc_namespace = { path = "../service_grpc_namespace"}

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

View File

@ -29,7 +29,7 @@ pin-project = "1.0"
prost = "0.11"
regex = "1.7.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.91"
serde_json = "1.0.92"
snafu = "0.7"
tokio = { version = "1.25", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
tokio-stream = { version = "0.1", features = ["net"] }

View File

@ -11,7 +11,7 @@ data_types = { path = "../data_types" }
dml = { path = "../dml" }
generated_types = { path = "../generated_types" }
observability_deps = { path = "../observability_deps" }
serde_json = "1.0.91"
serde_json = "1.0.92"
snafu = "0.7"
workspace-hack = { path = "../workspace-hack"}