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]