From bebb15d30fd9525615401ed64e3c6ab5592aeb02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 07:52:33 +0000 Subject: [PATCH] chore(deps): Bump serde_json from 1.0.86 to 1.0.87 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.86 to 1.0.87. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.86...v1.0.87) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- clap_blocks/Cargo.toml | 2 +- import/Cargo.toml | 2 +- influxdb2_client/Cargo.toml | 2 +- influxdb_iox/Cargo.toml | 2 +- iox_data_generator/Cargo.toml | 2 +- ioxd_common/Cargo.toml | 2 +- router/Cargo.toml | 2 +- service_grpc_flight/Cargo.toml | 2 +- service_grpc_influxrpc/Cargo.toml | 2 +- write_summary/Cargo.toml | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f261653f21..2f67606891 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4538,9 +4538,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.86" +version = "1.0.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41feea4228a6f1cd09ec7a3593a682276702cd67b5273544757dae23c096f074" +checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45" dependencies = [ "itoa 1.0.4", "ryu", diff --git a/clap_blocks/Cargo.toml b/clap_blocks/Cargo.toml index 0104b2eee1..2959557804 100644 --- a/clap_blocks/Cargo.toml +++ b/clap_blocks/Cargo.toml @@ -14,7 +14,7 @@ metric = { path = "../metric" } object_store = "0.5.1" observability_deps = { path = "../observability_deps" } serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0.86" +serde_json = "1.0.87" snafu = "0.7" tempfile = "3.1.0" trace = { path = "../trace" } diff --git a/import/Cargo.toml b/import/Cargo.toml index 20d0a3cdc3..deb032daf7 100644 --- a/import/Cargo.toml +++ b/import/Cargo.toml @@ -17,7 +17,7 @@ object_store = { version = "0.5.1", features = ["aws"] } observability_deps = { path = "../observability_deps" } schema = { path = "../schema" } serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0.86" +serde_json = "1.0.87" 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 b3858aac87..2af869f111 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.86" +serde_json = "1.0.87" 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 691750bd14..8515251e7c 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.86" +serde_json = "1.0.87" 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 06f92b1ea3..364c013bca 100644 --- a/iox_data_generator/Cargo.toml +++ b/iox_data_generator/Cargo.toml @@ -23,7 +23,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.86" +serde_json = "1.0.87" 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 424b047d11..2ab61c73a6 100644 --- a/ioxd_common/Cargo.toml +++ b/ioxd_common/Cargo.toml @@ -37,7 +37,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.86" +serde_json = "1.0.87" 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/router/Cargo.toml b/router/Cargo.toml index 8f7798f8f7..da42f96206 100644 --- a/router/Cargo.toml +++ b/router/Cargo.toml @@ -26,7 +26,7 @@ parking_lot = "0.12" predicate = { path = "../predicate" } schema = { version = "0.1.0", path = "../schema" } serde = "1.0" -serde_json = "1.0.86" +serde_json = "1.0.87" serde_urlencoded = "0.7" service_grpc_schema = { path = "../service_grpc_schema" } service_grpc_object_store = { path = "../service_grpc_object_store" } diff --git a/service_grpc_flight/Cargo.toml b/service_grpc_flight/Cargo.toml index e89f81f798..17f21c96c7 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.86" +serde_json = "1.0.87" 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 6011c46270..c24e40ca1f 100644 --- a/service_grpc_influxrpc/Cargo.toml +++ b/service_grpc_influxrpc/Cargo.toml @@ -27,7 +27,7 @@ pin-project = "1.0" prost = "0.11" regex = "1.6.0" serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0.86" +serde_json = "1.0.87" 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 d303ad5b50..41eea1d277 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.86" +serde_json = "1.0.87" snafu = "0.7" workspace-hack = { path = "../workspace-hack"}