From d9d0ad303b50dc3138d58877c8ed0a1a6413a6dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 04:54:19 +0000 Subject: [PATCH] chore(deps): Bump serde_json from 1.0.149 to 1.0.150 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.149 to 1.0.150. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.149...v1.0.150) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.150 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 78bd57a3..fa986878 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1247,9 +1247,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.149" +version = "1.0.150" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" +checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index a9ad7f80..ab11646e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ log = { default-features = false, version = "0.4.29" } pretty_assertions = { default-features = false, version = "1.4.1", features = ["std"] } serde = { default-features = false, version = "1.0.228", features = ["std", "derive"] } serde_bytes = { default-features = false, version = "0.11.19", features = ["std"] } -serde_json = { default-features = false, version = "1.0.149", features = ["std"] } +serde_json = { default-features = false, version = "1.0.150", features = ["std"] } uuid = { default-features = false, version = "1.23.1", features = ["serde", "std"] } [profile.release.package.hello-wasm]