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"