From e7ec3262b7cbb76457106cd094711b75ea60fd1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 05:10:01 +0000 Subject: [PATCH] Bump serde_json from 1.0.140 to 1.0.143 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.140 to 1.0.143. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.140...v1.0.143) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.143 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1607e3e..1b62ab0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1016,9 +1016,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.140" +version = "1.0.143" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" +checksum = "d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 2b70b7a..72cbbfe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ itertools = "0.14.0" lazy_static = "1.5.0" notify = { version = "6.1.1", default-features = false, features = ["macos_kqueue"] } serde = { version = "1.0.219" , features = ["derive"] } -serde_json = "1.0.140" +serde_json = "1.0.143" serde_path_to_error = "0.1.11" tokio = { version = "1.46.1", features = ["full"]} url = "2.5.4"