chore(deps): Bump serde_json from 1.0.85 to 1.0.86
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.85 to 1.0.86. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.85...v1.0.86) --- 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
parent
d8a318eb57
commit
2277fcf08a
|
@ -4396,9 +4396,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serde_json"
|
name = "serde_json"
|
||||||
version = "1.0.85"
|
version = "1.0.86"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44"
|
checksum = "41feea4228a6f1cd09ec7a3593a682276702cd67b5273544757dae23c096f074"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"itoa 1.0.3",
|
"itoa 1.0.3",
|
||||||
"ryu",
|
"ryu",
|
||||||
|
|
|
@ -14,7 +14,7 @@ metric = { path = "../metric" }
|
||||||
object_store = "0.5.0"
|
object_store = "0.5.0"
|
||||||
observability_deps = { path = "../observability_deps" }
|
observability_deps = { path = "../observability_deps" }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0.83"
|
serde_json = "1.0.86"
|
||||||
snafu = "0.7"
|
snafu = "0.7"
|
||||||
tempfile = "3.1.0"
|
tempfile = "3.1.0"
|
||||||
trace = { path = "../trace" }
|
trace = { path = "../trace" }
|
||||||
|
|
|
@ -17,7 +17,7 @@ object_store = { version = "0.5.0", features = ["aws"] }
|
||||||
observability_deps = { path = "../observability_deps" }
|
observability_deps = { path = "../observability_deps" }
|
||||||
schema = { path = "../schema" }
|
schema = { path = "../schema" }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0.82"
|
serde_json = "1.0.86"
|
||||||
thiserror = "1.0.37"
|
thiserror = "1.0.37"
|
||||||
tokio = { version = "1.21" }
|
tokio = { version = "1.21" }
|
||||||
tonic = { version = "0.8" }
|
tonic = { version = "0.8" }
|
||||||
|
|
|
@ -9,7 +9,7 @@ bytes = "1.2"
|
||||||
futures = { version = "0.3", default-features = false }
|
futures = { version = "0.3", default-features = false }
|
||||||
reqwest = { version = "0.11", default-features = false, features = ["stream", "json", "rustls-tls"] }
|
reqwest = { version = "0.11", default-features = false, features = ["stream", "json", "rustls-tls"] }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0.83"
|
serde_json = "1.0.86"
|
||||||
snafu = "0.7"
|
snafu = "0.7"
|
||||||
url = "2.3.1"
|
url = "2.3.1"
|
||||||
uuid = { version = "1", features = ["v4"] }
|
uuid = { version = "1", features = ["v4"] }
|
||||||
|
|
|
@ -57,7 +57,7 @@ libc = { version = "0.2" }
|
||||||
num_cpus = "1.13.0"
|
num_cpus = "1.13.0"
|
||||||
once_cell = { version = "1.15.0", features = ["parking_lot"] }
|
once_cell = { version = "1.15.0", features = ["parking_lot"] }
|
||||||
rustyline = { version = "10.0", default-features = false }
|
rustyline = { version = "10.0", default-features = false }
|
||||||
serde_json = "1.0.83"
|
serde_json = "1.0.86"
|
||||||
snafu = "0.7"
|
snafu = "0.7"
|
||||||
thiserror = "1.0.37"
|
thiserror = "1.0.37"
|
||||||
tikv-jemalloc-ctl = { version = "0.5.0", optional = true }
|
tikv-jemalloc-ctl = { version = "0.5.0", optional = true }
|
||||||
|
|
|
@ -22,7 +22,7 @@ rand = { version = "0.8.3", features = ["small_rng"] }
|
||||||
regex = "1.6"
|
regex = "1.6"
|
||||||
schema = { path = "../schema" }
|
schema = { path = "../schema" }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0.83"
|
serde_json = "1.0.86"
|
||||||
snafu = "0.7"
|
snafu = "0.7"
|
||||||
tokio = { version = "1.21", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
|
tokio = { version = "1.21", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
|
||||||
toml = "0.5.9"
|
toml = "0.5.9"
|
||||||
|
|
|
@ -40,7 +40,7 @@ log = "0.4"
|
||||||
parking_lot = "0.12"
|
parking_lot = "0.12"
|
||||||
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] }
|
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0.83"
|
serde_json = "1.0.86"
|
||||||
serde_urlencoded = "0.7.0"
|
serde_urlencoded = "0.7.0"
|
||||||
snafu = "0.7"
|
snafu = "0.7"
|
||||||
tokio = { version = "1.21", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
|
tokio = { version = "1.21", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
|
||||||
|
|
|
@ -13,7 +13,7 @@ itertools = "0.10"
|
||||||
observability_deps = { path = "../observability_deps" }
|
observability_deps = { path = "../observability_deps" }
|
||||||
query_functions = { path = "../query_functions"}
|
query_functions = { path = "../query_functions"}
|
||||||
schema = { path = "../schema" }
|
schema = { path = "../schema" }
|
||||||
serde_json = "1.0.83"
|
serde_json = "1.0.86"
|
||||||
snafu = "0.7"
|
snafu = "0.7"
|
||||||
sqlparser = "0.25.0"
|
sqlparser = "0.25.0"
|
||||||
workspace-hack = { path = "../workspace-hack"}
|
workspace-hack = { path = "../workspace-hack"}
|
||||||
|
|
|
@ -26,7 +26,7 @@ futures = "0.3"
|
||||||
pin-project = "1.0"
|
pin-project = "1.0"
|
||||||
prost = "0.11"
|
prost = "0.11"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0.83"
|
serde_json = "1.0.86"
|
||||||
snafu = "0.7"
|
snafu = "0.7"
|
||||||
tokio = { version = "1.21", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
|
tokio = { version = "1.21", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
|
||||||
tonic = "0.8"
|
tonic = "0.8"
|
||||||
|
|
|
@ -26,7 +26,7 @@ pin-project = "1.0"
|
||||||
prost = "0.11"
|
prost = "0.11"
|
||||||
regex = "1.6.0"
|
regex = "1.6.0"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0.83"
|
serde_json = "1.0.86"
|
||||||
snafu = "0.7"
|
snafu = "0.7"
|
||||||
tokio = { version = "1.21", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
|
tokio = { version = "1.21", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
|
||||||
tokio-stream = { version = "0.1", features = ["net"] }
|
tokio-stream = { version = "0.1", features = ["net"] }
|
||||||
|
|
|
@ -9,7 +9,7 @@ data_types = { path = "../data_types" }
|
||||||
dml = { path = "../dml" }
|
dml = { path = "../dml" }
|
||||||
generated_types = { path = "../generated_types" }
|
generated_types = { path = "../generated_types" }
|
||||||
observability_deps = { path = "../observability_deps" }
|
observability_deps = { path = "../observability_deps" }
|
||||||
serde_json = "1.0.83"
|
serde_json = "1.0.86"
|
||||||
snafu = "0.7"
|
snafu = "0.7"
|
||||||
workspace-hack = { path = "../workspace-hack"}
|
workspace-hack = { path = "../workspace-hack"}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue