diff --git a/Cargo.lock b/Cargo.lock index 400260d46f..fba6504850 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3836,9 +3836,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.71" +version = "1.0.72" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "063bf466a64011ac24040a49009724ee60a57da1b437617ceb32e53ad61bfb19" +checksum = "d0ffa0837f2dfa6fb90868c2b5468cad482e175f7dad97e7421951e663f2b527" dependencies = [ "indexmap", "itoa", diff --git a/influxdb2_client/Cargo.toml b/influxdb2_client/Cargo.toml index d37d82ad59..4b9ff60fb6 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.71" +serde_json = "1.0.72" snafu = "0.6.6" url = "2.1.1" workspace-hack = { path = "../workspace-hack"} diff --git a/influxdb_iox/Cargo.toml b/influxdb_iox/Cargo.toml index 25cf312109..1fabee0838 100644 --- a/influxdb_iox/Cargo.toml +++ b/influxdb_iox/Cargo.toml @@ -70,7 +70,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.71" +serde_json = "1.0.72" 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 7b42b71d81..e5fbd603d6 100644 --- a/influxdb_iox_client/Cargo.toml +++ b/influxdb_iox_client/Cargo.toml @@ -27,7 +27,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.71", optional = true } +serde_json = { version = "1.0.72", 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 7d71c9836c..cc6334f9ce 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.71" +serde_json = "1.0.72" 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 0c84b5bf80..5e5712aa31 100644 --- a/predicate/Cargo.toml +++ b/predicate/Cargo.toml @@ -13,7 +13,7 @@ schema = { path = "../schema" } observability_deps = { path = "../observability_deps" } ordered-float = "2" regex = "1" -serde_json = "1.0.71" +serde_json = "1.0.72" snafu = "0.6.9" sqlparser = "0.12.0" workspace-hack = { path = "../workspace-hack"}