From b70847ab054be7963503a94908a6b757c50b94fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 19:04:07 +0000 Subject: [PATCH] build(deps): Bump serde_json from 1.0.145 to 1.0.149 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.145 to 1.0.149. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.145...v1.0.149) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.149 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 +++++++++--- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 05eb5a03..5d89417a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2479,15 +2479,15 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.145" +version = "1.0.149" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" +checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" dependencies = [ "itoa", "memchr", - "ryu", "serde", "serde_core", + "zmij", ] [[package]] @@ -3640,3 +3640,9 @@ dependencies = [ "quote", "syn 2.0.100", ] + +[[package]] +name = "zmij" +version = "1.0.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" diff --git a/Cargo.toml b/Cargo.toml index adc4e1a4..05e6b321 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ rustls-pemfile = { version = "2.2.0", default-features = false } rustls-pki-types = { version = "1.12.0", default-features = false } semver = { version = "1.0.27", default-features = false } serde = { version = "1.0.228", default-features = false } -serde_json = { version = "1.0.145", default-features = false } +serde_json = { version = "1.0.149", default-features = false } sha2 = { version = "0.10.9", default-features = false } tempfile = { version = "3.23.0", default-features = false } tokio-util = { version = "0.7.16", default-features = false }