From 539111b47a45d7a42dd16566d7d8dd69cadbbc1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 04:00:02 +0000 Subject: [PATCH] Bump serde_json from 1.0.135 to 1.0.140 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.135 to 1.0.140. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.135...v1.0.140) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- as_std/Cargo.toml | 2 +- libasvisor/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d60b4c4..2897e092 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -129,7 +129,7 @@ version = "0.1.0" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.96", ] [[package]] @@ -1236,9 +1236,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.135" +version = "1.0.140" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" +checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" dependencies = [ "itoa", "memchr", diff --git a/as_std/Cargo.toml b/as_std/Cargo.toml index 0926c47b..bb349495 100644 --- a/as_std/Cargo.toml +++ b/as_std/Cargo.toml @@ -31,7 +31,7 @@ serde = { version = "1.0.217", default-features = false, features = [ # "derive", # "serde_derive", ] } -serde_json = { version = "1.0.135", default-features = false, features = [ +serde_json = { version = "1.0.140", default-features = false, features = [ "alloc", ] } diff --git a/libasvisor/Cargo.toml b/libasvisor/Cargo.toml index be155805..df4aba50 100644 --- a/libasvisor/Cargo.toml +++ b/libasvisor/Cargo.toml @@ -20,7 +20,7 @@ env_logger = "0.10.0" xmas-elf = "0.9.0" # use to parse dynlib elf file. nix = { version = "0.28.0", features = ["mman"] } # use to call dlmopen, mmap. serde = { version = "1.0.183", features = ["derive"] } -serde_json = "1.0.105" +serde_json = "1.0.140" thiserror = "1.0.56" heapless = "0.8"