From a7d0a4308accc6bdf000ddfbf232db563d242c36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 20:51:54 +0000 Subject: [PATCH] Bump serde_json from 1.0.105 to 1.0.106 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.105 to 1.0.106. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.105...v1.0.106) --- 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 +- example-build/Cargo.toml | 4 ++-- typify-test/Cargo.toml | 2 +- typify/Cargo.toml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 115c1a90..91f14fc9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -876,9 +876,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.105" +version = "1.0.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360" +checksum = "2cc66a619ed80bf7a0f6b17dd063a84b88f6dea1813737cf469aef1d081142c2" dependencies = [ "itoa", "ryu", diff --git a/cargo-typify/Cargo.toml b/cargo-typify/Cargo.toml index 5d747a19..6ccb6eaa 100644 --- a/cargo-typify/Cargo.toml +++ b/cargo-typify/Cargo.toml @@ -16,7 +16,7 @@ typify = { version = "0.0.13", path = "../typify" } clap = { version = "4.4.2", features = ["derive"] } color-eyre = "0.6" -serde_json = "1.0.105" +serde_json = "1.0.106" schemars = "0.8.13" rustfmt-wrapper = "0.2.0" diff --git a/example-build/Cargo.toml b/example-build/Cargo.toml index 860d463e..866f4a27 100644 --- a/example-build/Cargo.toml +++ b/example-build/Cargo.toml @@ -5,11 +5,11 @@ edition = "2021" [dependencies] serde = "1.0" -serde_json = "1.0.105" +serde_json = "1.0.106" [build-dependencies] prettyplease = "0.2" schemars = "0.8" -serde_json = "1.0.105" +serde_json = "1.0.106" syn = "2.0.32" typify = { path = "../typify" } diff --git a/typify-test/Cargo.toml b/typify-test/Cargo.toml index 874f210c..33a3f72a 100644 --- a/typify-test/Cargo.toml +++ b/typify-test/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] regress = "0.7.1" serde = "1.0.188" -serde_json = "1.0.105" +serde_json = "1.0.106" [build-dependencies] ipnetwork = { version = "0.20.0", features = ["schemars"] } diff --git a/typify/Cargo.toml b/typify/Cargo.toml index 4758bb8d..beaf0d80 100644 --- a/typify/Cargo.toml +++ b/typify/Cargo.toml @@ -26,6 +26,6 @@ regress = "0.7.1" rustfmt-wrapper = "0.2.0" schemars = "0.8.13" serde = "1.0.188" -serde_json = "1.0.105" +serde_json = "1.0.106" trybuild = "1.0.84" uuid = { version = "1.4.1", features = ["serde"] }