From 7214fa9d6ac263ace6ba90521fe5707013c4d9f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 10:31:33 +0000 Subject: [PATCH] chore(deps): bump serde_json from 1.0.68 to 1.0.69 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.68 to 1.0.69. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.68...v1.0.69) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 +- predicate/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6539779260..88e8f8bcbf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3795,9 +3795,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.68" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f690853975602e1bfe1ccbf50504d67174e3bcf340f23b5ea9992e0587a52d8" +checksum = "e466864e431129c7e0d3476b92f20458e5879919a0596c6472738d9fa2d342f8" dependencies = [ "indexmap", "itoa", diff --git a/influxdb2_client/Cargo.toml b/influxdb2_client/Cargo.toml index bbaa3e9e16..d8359e11de 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", features = ["stream", "json"] } serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0.67" +serde_json = "1.0.69" snafu = "0.6.6" url = "2.1.1" diff --git a/influxdb_iox/Cargo.toml b/influxdb_iox/Cargo.toml index 507e59488f..36c865d6b3 100644 --- a/influxdb_iox/Cargo.toml +++ b/influxdb_iox/Cargo.toml @@ -71,7 +71,7 @@ pprof = { version = "^0.5", default-features = false, features = ["flamegraph", prost = "0.8" rustyline = { version = "9.0", default-features = false } serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0.67" +serde_json = "1.0.69" serde_urlencoded = "0.7.0" snafu = "0.6.9" structopt = "0.3.25" diff --git a/influxdb_iox_client/Cargo.toml b/influxdb_iox_client/Cargo.toml index 5caa4ecd63..d25ccc8a97 100644 --- a/influxdb_iox_client/Cargo.toml +++ b/influxdb_iox_client/Cargo.toml @@ -26,7 +26,7 @@ mutable_batch_pb = { path = "../mutable_batch_pb", optional = true } prost = "0.8" rand = "0.8.3" serde = "1.0.128" -serde_json = { version = "1.0.67", optional = true } +serde_json = { version = "1.0.69", optional = true } thiserror = "1.0.30" tonic = { version = "0.5.0" } uuid = { version = "0.8", features = ["v4"] } diff --git a/iox_data_generator/Cargo.toml b/iox_data_generator/Cargo.toml index 31d2cbcd8b..ccb8d8a44e 100644 --- a/iox_data_generator/Cargo.toml +++ b/iox_data_generator/Cargo.toml @@ -19,7 +19,7 @@ influxdb_iox_client = { path = "../influxdb_iox_client" } itertools = "0.10.0" rand = { version = "0.8.3", features = ["small_rng"] } serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0.67" +serde_json = "1.0.69" snafu = "0.6.8" tokio = { version = "1.13", features = ["macros", "rt-multi-thread"] } toml = "0.5.6" diff --git a/predicate/Cargo.toml b/predicate/Cargo.toml index ff014e981b..68c8f9d5b6 100644 --- a/predicate/Cargo.toml +++ b/predicate/Cargo.toml @@ -14,7 +14,7 @@ schema = { path = "../schema" } observability_deps = { path = "../observability_deps" } ordered-float = "2" regex = "1" -serde_json = "1.0.67" +serde_json = "1.0.69" snafu = "0.6.9" sqlparser = "0.12.0"