From 52c50c16e1d6d409d46434ed48963bbf4763359d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 01:52:18 +0000 Subject: [PATCH] chore(deps): Bump serde_json from 1.0.87 to 1.0.88 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.87 to 1.0.88. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.87...v1.0.88) --- 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 2c8415b16a..2c17406dd2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4530,9 +4530,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.87" +version = "1.0.88" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45" +checksum = "8e8b3801309262e8184d9687fb697586833e939767aea0dda89f5a8e650e8bd7" dependencies = [ "itoa 1.0.4", "ryu", diff --git a/clap_blocks/Cargo.toml b/clap_blocks/Cargo.toml index 48e296bdbe..cce2f692e0 100644 --- a/clap_blocks/Cargo.toml +++ b/clap_blocks/Cargo.toml @@ -16,7 +16,7 @@ metric = { path = "../metric" } object_store = "0.5.1" observability_deps = { path = "../observability_deps" } serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0.87" +serde_json = "1.0.88" snafu = "0.7" tempfile = "3.1.0" trace = { path = "../trace" } diff --git a/import/Cargo.toml b/import/Cargo.toml index 907d0da541..042f5cbf5b 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.87" +serde_json = "1.0.88" 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 975e5770fb..ca27ebf337 100644 --- a/influxdb2_client/Cargo.toml +++ b/influxdb2_client/Cargo.toml @@ -10,7 +10,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.87" +serde_json = "1.0.88" 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 f81bad5e95..90cb7305a3 100644 --- a/influxdb_iox/Cargo.toml +++ b/influxdb_iox/Cargo.toml @@ -59,7 +59,7 @@ libc = { version = "0.2" } num_cpus = "1.13.0" once_cell = { version = "1.16.0", features = ["parking_lot"] } rustyline = { version = "10.0", default-features = false } -serde_json = "1.0.87" +serde_json = "1.0.88" 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 3e4de3a168..dd42df42b3 100644 --- a/iox_data_generator/Cargo.toml +++ b/iox_data_generator/Cargo.toml @@ -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.87" +serde_json = "1.0.88" 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 fcab23beb1..525cf2bc00 100644 --- a/ioxd_common/Cargo.toml +++ b/ioxd_common/Cargo.toml @@ -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.87" +serde_json = "1.0.88" 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 413734b8a0..6fbf763c2b 100644 --- a/router/Cargo.toml +++ b/router/Cargo.toml @@ -27,7 +27,7 @@ parking_lot = "0.12" predicate = { path = "../predicate" } schema = { version = "0.1.0", path = "../schema" } serde = "1.0" -serde_json = "1.0.87" +serde_json = "1.0.88" serde_urlencoded = "0.7" service_grpc_catalog = { path = "../service_grpc_catalog"} service_grpc_namespace = { path = "../service_grpc_namespace"} diff --git a/service_grpc_flight/Cargo.toml b/service_grpc_flight/Cargo.toml index b9ffa7a949..f498d1ad6c 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.87" +serde_json = "1.0.88" 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 be71e42229..2e8bcc11e2 100644 --- a/service_grpc_influxrpc/Cargo.toml +++ b/service_grpc_influxrpc/Cargo.toml @@ -29,7 +29,7 @@ pin-project = "1.0" prost = "0.11" regex = "1.7.0" serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0.87" +serde_json = "1.0.88" 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 a9ea8ab341..44ee7de073 100644 --- a/write_summary/Cargo.toml +++ b/write_summary/Cargo.toml @@ -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.87" +serde_json = "1.0.88" snafu = "0.7" workspace-hack = { path = "../workspace-hack"}