From 52023db9984a446e69483c1b37ac04ef316a5d85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 10:10:19 +0000 Subject: [PATCH] chore(deps): bump serde_json from 1.0.140 to 1.0.142 in /rustbee-common Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.140 to 1.0.142. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.140...v1.0.142) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.142 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- rustbee-common/Cargo.lock | 4 ++-- rustbee-common/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rustbee-common/Cargo.lock b/rustbee-common/Cargo.lock index bfbe03f..d5db0aa 100644 --- a/rustbee-common/Cargo.lock +++ b/rustbee-common/Cargo.lock @@ -2949,9 +2949,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.140" +version = "1.0.142" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" +checksum = "030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7" dependencies = [ "itoa", "memchr", diff --git a/rustbee-common/Cargo.toml b/rustbee-common/Cargo.toml index cf036f2..8ebefb1 100644 --- a/rustbee-common/Cargo.toml +++ b/rustbee-common/Cargo.toml @@ -20,7 +20,7 @@ futures = "0.3.30" interprocess = { version = "2.2.2", features = ["tokio"] } log = "0.4.27" serde = "1.0.219" -serde_json = "1.0.140" +serde_json = "1.0.142" tokio = { version = "1.45.1", features = ["fs", "macros", "process", "signal"] } uuid = "1.16.0" windows = { version = "0.59.0", features = ["Devices_Bluetooth", "Win32_System_Diagnostics_ToolHelp", "Win32_System_Threading"] }