From 00b44c1115e847cf623aba2f2fd71677560f2804 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 03:48:28 +0000 Subject: [PATCH] Bump serde_json from 1.0.134 to 1.0.135 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.134 to 1.0.135. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.134...v1.0.135) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- cargo-typify/Cargo.toml | 2 +- typify-impl/Cargo.toml | 2 +- typify-macro/Cargo.toml | 2 +- typify-test/Cargo.toml | 2 +- typify/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0f057b90..ef4d1da1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -936,9 +936,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.134" +version = "1.0.135" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" +checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" dependencies = [ "itoa", "memchr", diff --git a/cargo-typify/Cargo.toml b/cargo-typify/Cargo.toml index 86d311db..12013ddc 100644 --- a/cargo-typify/Cargo.toml +++ b/cargo-typify/Cargo.toml @@ -19,7 +19,7 @@ color-eyre = "0.6" env_logger = "0.11" rustfmt-wrapper = "0.2.1" semver = "1.0.24" -serde_json = "1.0.134" +serde_json = "1.0.135" schemars = "0.8.21" [dev-dependencies] diff --git a/typify-impl/Cargo.toml b/typify-impl/Cargo.toml index 6fed266c..2d1f127a 100644 --- a/typify-impl/Cargo.toml +++ b/typify-impl/Cargo.toml @@ -16,7 +16,7 @@ regress = "0.10.1" schemars = "0.8.21" semver = "1.0.24" serde = "1.0.217" -serde_json = "1.0.134" +serde_json = "1.0.135" syn = { version = "2.0.95", features = ["full"] } thiserror = "2.0.9" unicode-ident = "1.0.14" diff --git a/typify-macro/Cargo.toml b/typify-macro/Cargo.toml index d970e045..573e3888 100644 --- a/typify-macro/Cargo.toml +++ b/typify-macro/Cargo.toml @@ -16,7 +16,7 @@ quote = "1.0.38" schemars = "0.8.21" semver = { version = "1.0.24", features = ["serde"] } serde = "1.0.217" -serde_json = "1.0.134" +serde_json = "1.0.135" serde_tokenstream = "0.2.2" syn = { version = "2.0", features = ["full", "extra-traits"] } typify-impl = { version = "0.3.0", path = "../typify-impl" } diff --git a/typify-test/Cargo.toml b/typify-test/Cargo.toml index f46b4978..a85e45e4 100644 --- a/typify-test/Cargo.toml +++ b/typify-test/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] regress = "0.10.1" serde = "1.0.217" -serde_json = "1.0.134" +serde_json = "1.0.135" [build-dependencies] ipnetwork = { version = "0.21.0", features = ["schemars"] } diff --git a/typify/Cargo.toml b/typify/Cargo.toml index 215918ae..0f822ce8 100644 --- a/typify/Cargo.toml +++ b/typify/Cargo.toml @@ -27,6 +27,6 @@ regress = "0.10.1" rustfmt-wrapper = "0.2.1" schemars = "0.8.21" serde = "1.0.217" -serde_json = "1.0.134" +serde_json = "1.0.135" trybuild = "1.0.101" uuid = { version = "1.11.0", features = ["serde"] }