From edb9aec1ec8cdafe7280d0539b1c0e568453553b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 09:34:00 +0800 Subject: [PATCH] chore(deps): Bump serde_json from 1.0.105 to 1.0.106 (#12214) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- src/tests/simulation/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bda0a874c8c1..11e8c9b64caa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8159,9 +8159,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.105" +version = "1.0.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360" +checksum = "2cc66a619ed80bf7a0f6b17dd063a84b88f6dea1813737cf469aef1d081142c2" dependencies = [ "itoa", "ryu", diff --git a/src/tests/simulation/Cargo.toml b/src/tests/simulation/Cargo.toml index cc9140237204..594f06b3b61c 100644 --- a/src/tests/simulation/Cargo.toml +++ b/src/tests/simulation/Cargo.toml @@ -43,7 +43,7 @@ risingwave_sqlparser = { workspace = true } risingwave_sqlsmith = { workspace = true } serde = "1.0.188" serde_derive = "1.0.188" -serde_json = "1.0.105" +serde_json = "1.0.106" sqllogictest = "0.15.3" tempfile = "3" tikv-jemallocator = { git = "https://github.com/risingwavelabs/jemallocator.git", features = [