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"] }