From 01f6c9472de59fb82a716f6373552b41d7993794 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 19:33:53 +0000 Subject: [PATCH] build(deps): 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 ++-- Cargo.toml | 2 +- typify-macro/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e2b79ae2..a80988f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -964,9 +964,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 7aafb7f0..835349f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ schema = "0.1.0" schemars = "0.8.22" semver = "1.0.28" serde = "1.0.228" -serde_json = "1.0.149" +serde_json = "1.0.150" syn = { version = "2.0.117", features = ["full"] } tempfile = "3.27.0" thiserror = "2.0.18" diff --git a/typify-macro/Cargo.toml b/typify-macro/Cargo.toml index 431b9565..79598c7e 100644 --- a/typify-macro/Cargo.toml +++ b/typify-macro/Cargo.toml @@ -16,7 +16,7 @@ quote = "1.0.45" schemars = "0.8.22" semver = { version = "1.0.28", features = ["serde"] } serde = "1.0.228" -serde_json = "1.0.149" +serde_json = "1.0.150" serde_tokenstream = "0.2.3" syn = { version = "2.0", features = ["full", "extra-traits"] } typify-impl = { version = "0.6.2", path = "../typify-impl" }