From a8725e2e7cb6aba79b115b58edfa5c4fa32dab7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 04:33:08 +0000 Subject: [PATCH] build(deps): bump serde_json from 1.0.133 to 1.0.134 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.133 to 1.0.134. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.133...v1.0.134) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/utils/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 Cargo.lock mode change 100755 => 100644 src/utils/Cargo.toml diff --git a/Cargo.lock b/Cargo.lock old mode 100755 new mode 100644 index ff44969..b1858d0 --- a/Cargo.lock +++ b/Cargo.lock @@ -183,9 +183,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.133" +version = "1.0.134" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" +checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" dependencies = [ "itoa", "memchr", diff --git a/src/utils/Cargo.toml b/src/utils/Cargo.toml old mode 100755 new mode 100644 index c6943f7..a4932cc --- a/src/utils/Cargo.toml +++ b/src/utils/Cargo.toml @@ -19,7 +19,7 @@ thiserror = "2.0.3" vmm-sys-util = "0.12.1" [dev-dependencies] -serde_json = "1.0.133" +serde_json = "1.0.134" [lints]