From c05383bbf59a2e50aa4b9c2a33125c3011f49f9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 15:33:47 +0000 Subject: [PATCH] chore(deps): Bump serde_json from 1.0.79 to 1.0.80 (#4501) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.79 to 1.0.80. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.79...v1.0.80) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- influxdb2_client/Cargo.toml | 2 +- influxdb_iox/Cargo.toml | 2 +- influxdb_iox_client/Cargo.toml | 2 +- iox_data_generator/Cargo.toml | 2 +- ioxd_common/Cargo.toml | 2 +- ioxd_database/Cargo.toml | 2 +- predicate/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 70b4e518d5..1ddf51696c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5431,9 +5431,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.79" +version = "1.0.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95" +checksum = "f972498cf015f7c0746cac89ebe1d6ef10c293b94175a243a2d9442c163d9944" dependencies = [ "indexmap", "itoa 1.0.1", diff --git a/influxdb2_client/Cargo.toml b/influxdb2_client/Cargo.toml index c2c4d31adb..da9f93a893 100644 --- a/influxdb2_client/Cargo.toml +++ b/influxdb2_client/Cargo.toml @@ -9,7 +9,7 @@ bytes = "1.0" 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.79" +serde_json = "1.0.80" snafu = "0.7" url = "2.1.1" uuid = { version = "0.8", features = ["v4"] } diff --git a/influxdb_iox/Cargo.toml b/influxdb_iox/Cargo.toml index ccd54752cf..7a9b3ecc54 100644 --- a/influxdb_iox/Cargo.toml +++ b/influxdb_iox/Cargo.toml @@ -92,7 +92,7 @@ pin-project = "1.0" prost = "0.10" rustyline = { version = "9.0", default-features = false } serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0.79" +serde_json = "1.0.80" serde_urlencoded = "0.7.0" snafu = "0.7" thiserror = "1.0.31" diff --git a/influxdb_iox_client/Cargo.toml b/influxdb_iox_client/Cargo.toml index d7b2f679a0..40fc01d7b3 100644 --- a/influxdb_iox_client/Cargo.toml +++ b/influxdb_iox_client/Cargo.toml @@ -28,7 +28,7 @@ mutable_batch_pb = { path = "../mutable_batch_pb", optional = true } prost = "0.10" rand = "0.8.3" serde = "1.0.137" -serde_json = { version = "1.0.79", optional = true } +serde_json = { version = "1.0.80", optional = true } thiserror = "1.0.31" tonic = { version = "0.7" } uuid = { version = "0.8", features = ["v4"] } diff --git a/iox_data_generator/Cargo.toml b/iox_data_generator/Cargo.toml index bf19e3f6ee..1efae78e8c 100644 --- a/iox_data_generator/Cargo.toml +++ b/iox_data_generator/Cargo.toml @@ -19,7 +19,7 @@ itertools = "0.10.0" rand = { version = "0.8.3", features = ["small_rng"] } regex = "1.5" serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0.79" +serde_json = "1.0.80" snafu = "0.7" tokio = { version = "1.18", 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 6057686fbb..78e98afb63 100644 --- a/ioxd_common/Cargo.toml +++ b/ioxd_common/Cargo.toml @@ -37,7 +37,7 @@ parking_lot = "0.12" prost = "0.10" reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] } serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0.79" +serde_json = "1.0.80" serde_urlencoded = "0.7.0" snafu = "0.7" tokio = { version = "1.18", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] } diff --git a/ioxd_database/Cargo.toml b/ioxd_database/Cargo.toml index f228fc03bc..4308c69771 100644 --- a/ioxd_database/Cargo.toml +++ b/ioxd_database/Cargo.toml @@ -39,7 +39,7 @@ http = "0.2.7" hyper = "0.14" prost = "0.10" serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0.79" +serde_json = "1.0.80" serde_urlencoded = "0.7.0" snafu = "0.7" diff --git a/predicate/Cargo.toml b/predicate/Cargo.toml index e6f32385cb..64160e87aa 100644 --- a/predicate/Cargo.toml +++ b/predicate/Cargo.toml @@ -14,7 +14,7 @@ observability_deps = { path = "../observability_deps" } ordered-float = "3" query_functions = { path = "../query_functions"} schema = { path = "../schema" } -serde_json = "1.0.79" +serde_json = "1.0.80" snafu = "0.7" sqlparser = "0.16.0" workspace-hack = { path = "../workspace-hack"} diff --git a/service_grpc_flight/Cargo.toml b/service_grpc_flight/Cargo.toml index 1bdd745893..30a72cb87b 100644 --- a/service_grpc_flight/Cargo.toml +++ b/service_grpc_flight/Cargo.toml @@ -22,7 +22,7 @@ futures = "0.3" pin-project = "1.0" prost = "0.10" serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0.79" +serde_json = "1.0.80" snafu = "0.7" tokio = { version = "1.18", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] } tonic = "0.7" diff --git a/service_grpc_influxrpc/Cargo.toml b/service_grpc_influxrpc/Cargo.toml index a034c9f08f..afdac18d98 100644 --- a/service_grpc_influxrpc/Cargo.toml +++ b/service_grpc_influxrpc/Cargo.toml @@ -24,7 +24,7 @@ futures = "0.3" prost = "0.10" regex = "1.5.4" serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0.79" +serde_json = "1.0.80" snafu = "0.7" tokio = { version = "1.18", 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 cfd5aa3f19..03710bcfe0 100644 --- a/write_summary/Cargo.toml +++ b/write_summary/Cargo.toml @@ -16,7 +16,7 @@ workspace-hack = { path = "../workspace-hack"} # Crates.io dependencies, in alphabetical order base64 = "0.13" -serde_json = "1.0.79" +serde_json = "1.0.80" snafu = "0.7"