From c689918524379ceffefd1cac2f1f09dddaf0971c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 03:11:53 +0000 Subject: [PATCH] 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 ++-- src/hyperlight-js-runtime/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 038a68b..d353122 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3298,9 +3298,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 = [ "indexmap", "itoa", diff --git a/src/hyperlight-js-runtime/Cargo.toml b/src/hyperlight-js-runtime/Cargo.toml index 62f1305..45fba51 100644 --- a/src/hyperlight-js-runtime/Cargo.toml +++ b/src/hyperlight-js-runtime/Cargo.toml @@ -24,7 +24,7 @@ hex = { version = "0.4.3", default-features = false, features = ["alloc"] } hmac = { version = "0.12" , default-features = false, features = ["reset"]} rquickjs = { version = "0.11", default-features = false, features = ["bindgen", "futures", "macro", "loader"] } serde = { version = "1.0.228", default-features = false, features = ["derive", "alloc"] } -serde_json = { version = "1.0.149", default-features = false, features = ["alloc"] } +serde_json = { version = "1.0.150", default-features = false, features = ["alloc"] } sha2 = { version = "0.10" , default-features = false, features = ["force-soft"]} spin = "0.12" tracing = { version = "0.1.44", default-features = false, features = ["log","attributes","max_level_trace"] }