diff --git a/Cargo.lock b/Cargo.lock index 31157a9858..f91ce69a81 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4396,9 +4396,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.85" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44" +checksum = "41feea4228a6f1cd09ec7a3593a682276702cd67b5273544757dae23c096f074" dependencies = [ "itoa 1.0.3", "ryu", diff --git a/clap_blocks/Cargo.toml b/clap_blocks/Cargo.toml index 679f65a96f..99e429a067 100644 --- a/clap_blocks/Cargo.toml +++ b/clap_blocks/Cargo.toml @@ -14,7 +14,7 @@ metric = { path = "../metric" } object_store = "0.5.0" observability_deps = { path = "../observability_deps" } serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0.83" +serde_json = "1.0.86" snafu = "0.7" tempfile = "3.1.0" trace = { path = "../trace" } diff --git a/import/Cargo.toml b/import/Cargo.toml index c773711a23..bdd07e008d 100644 --- a/import/Cargo.toml +++ b/import/Cargo.toml @@ -17,7 +17,7 @@ object_store = { version = "0.5.0", features = ["aws"] } observability_deps = { path = "../observability_deps" } schema = { path = "../schema" } serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0.82" +serde_json = "1.0.86" thiserror = "1.0.37" tokio = { version = "1.21" } tonic = { version = "0.8" } diff --git a/influxdb2_client/Cargo.toml b/influxdb2_client/Cargo.toml index 060445779b..b3858aac87 100644 --- a/influxdb2_client/Cargo.toml +++ b/influxdb2_client/Cargo.toml @@ -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.83" +serde_json = "1.0.86" snafu = "0.7" url = "2.3.1" uuid = { version = "1", features = ["v4"] } diff --git a/influxdb_iox/Cargo.toml b/influxdb_iox/Cargo.toml index ec1392882d..a689df6155 100644 --- a/influxdb_iox/Cargo.toml +++ b/influxdb_iox/Cargo.toml @@ -57,7 +57,7 @@ libc = { version = "0.2" } num_cpus = "1.13.0" once_cell = { version = "1.15.0", features = ["parking_lot"] } rustyline = { version = "10.0", default-features = false } -serde_json = "1.0.83" +serde_json = "1.0.86" snafu = "0.7" thiserror = "1.0.37" tikv-jemalloc-ctl = { version = "0.5.0", optional = true } diff --git a/iox_data_generator/Cargo.toml b/iox_data_generator/Cargo.toml index ec62aad243..adc8b85949 100644 --- a/iox_data_generator/Cargo.toml +++ b/iox_data_generator/Cargo.toml @@ -22,7 +22,7 @@ rand = { version = "0.8.3", features = ["small_rng"] } regex = "1.6" schema = { path = "../schema" } serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0.83" +serde_json = "1.0.86" snafu = "0.7" tokio = { version = "1.21", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] } toml = "0.5.9" diff --git a/ioxd_common/Cargo.toml b/ioxd_common/Cargo.toml index 1a89ba0cd5..b293640285 100644 --- a/ioxd_common/Cargo.toml +++ b/ioxd_common/Cargo.toml @@ -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.83" +serde_json = "1.0.86" serde_urlencoded = "0.7.0" snafu = "0.7" tokio = { version = "1.21", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] } diff --git a/predicate/Cargo.toml b/predicate/Cargo.toml index 743cc8301b..e1d423255f 100644 --- a/predicate/Cargo.toml +++ b/predicate/Cargo.toml @@ -13,7 +13,7 @@ itertools = "0.10" observability_deps = { path = "../observability_deps" } query_functions = { path = "../query_functions"} schema = { path = "../schema" } -serde_json = "1.0.83" +serde_json = "1.0.86" snafu = "0.7" sqlparser = "0.25.0" workspace-hack = { path = "../workspace-hack"} diff --git a/service_grpc_flight/Cargo.toml b/service_grpc_flight/Cargo.toml index 172e89b560..b9999514e1 100644 --- a/service_grpc_flight/Cargo.toml +++ b/service_grpc_flight/Cargo.toml @@ -26,7 +26,7 @@ futures = "0.3" pin-project = "1.0" prost = "0.11" serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0.83" +serde_json = "1.0.86" snafu = "0.7" tokio = { version = "1.21", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] } tonic = "0.8" diff --git a/service_grpc_influxrpc/Cargo.toml b/service_grpc_influxrpc/Cargo.toml index ea4169e05c..00c5df645f 100644 --- a/service_grpc_influxrpc/Cargo.toml +++ b/service_grpc_influxrpc/Cargo.toml @@ -26,7 +26,7 @@ pin-project = "1.0" prost = "0.11" regex = "1.6.0" serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0.83" +serde_json = "1.0.86" snafu = "0.7" tokio = { version = "1.21", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] } tokio-stream = { version = "0.1", features = ["net"] } diff --git a/write_summary/Cargo.toml b/write_summary/Cargo.toml index d3313a19ee..d303ad5b50 100644 --- a/write_summary/Cargo.toml +++ b/write_summary/Cargo.toml @@ -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.83" +serde_json = "1.0.86" snafu = "0.7" workspace-hack = { path = "../workspace-hack"}