From 63296a7d679c0b7f650234f53b88db02285c46cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 07:35:53 +0200 Subject: [PATCH] chore: Bump serde_json from 1.0.138 to 1.0.139 (#128) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b648255..5157a63 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1270,9 +1270,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.138" +version = "1.0.139" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949" +checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 1ff8c81..a7831d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ documentation = "https://docs.rs/apache-avro" log = { default-features = false, version = "0.4.25" } serde = { default-features = false, version = "1.0.217", features = ["derive"] } serde_bytes = { default-features = false, version = "0.11.15", features = ["std"] } -serde_json = { default-features = false, version = "1.0.138", features = ["std"] } +serde_json = { default-features = false, version = "1.0.139", features = ["std"] } [profile.release.package.hello-wasm] # Tell `rustc` to optimize for small code size.