From a96c8db95c2fe374a214b5bceb4ea3d1fcd1be81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 20:57:28 -0500 Subject: [PATCH] Bump serde_json from 1.0.108 to 1.0.109 (#9340) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ac5c1e4ba5..c5338fcb74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2688,9 +2688,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.108" +version = "1.0.109" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b" +checksum = "cb0652c533506ad7a2e353cce269330d6afd8bdfb6d75e0ace5b35aacbd7b9e9" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 5ae4f70d80..f5c8de7d2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ regex = { version = "1.10.2" } rustc-hash = { version = "1.1.0" } schemars = { version = "0.8.16" } serde = { version = "1.0.193", features = ["derive"] } -serde_json = { version = "1.0.108" } +serde_json = { version = "1.0.109" } shellexpand = { version = "3.0.0" } similar = { version = "2.3.0", features = ["inline"] } smallvec = { version = "1.11.2" }