From 92945bc1bdab8106189f2af3947bf74ee69a2947 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 17:27:10 -0800 Subject: [PATCH] Bump serde_json from 1.0.113 to 1.0.114 (#514) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.113 to 1.0.114. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.113...v1.0.114) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 c90bbf0d..724f47db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -941,9 +941,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.113" +version = "1.0.114" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79" +checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" dependencies = [ "itoa", "ryu", diff --git a/cargo-typify/Cargo.toml b/cargo-typify/Cargo.toml index d9b07265..01d0cfe7 100644 --- a/cargo-typify/Cargo.toml +++ b/cargo-typify/Cargo.toml @@ -18,7 +18,7 @@ clap = { version = "4.4.18", features = ["derive"] } color-eyre = "0.6" env_logger = "0.10" rustfmt-wrapper = "0.2.1" -serde_json = "1.0.113" +serde_json = "1.0.114" schemars = "0.8.16" [dev-dependencies] diff --git a/typify-impl/Cargo.toml b/typify-impl/Cargo.toml index dcdc020e..8833fe3f 100644 --- a/typify-impl/Cargo.toml +++ b/typify-impl/Cargo.toml @@ -14,7 +14,7 @@ proc-macro2 = "1.0.78" quote = "1.0.35" regress = "0.8.0" schemars = "0.8.16" -serde_json = "1.0.113" +serde_json = "1.0.114" syn = { version = "2.0.48", features = ["full"] } thiserror = "1.0.57" unicode-ident = "1.0.12" diff --git a/typify-macro/Cargo.toml b/typify-macro/Cargo.toml index 5607b5df..fd33a950 100644 --- a/typify-macro/Cargo.toml +++ b/typify-macro/Cargo.toml @@ -15,7 +15,7 @@ proc-macro2 = "1.0.78" quote = "1.0.35" schemars = "0.8.16" serde = "1.0.196" -serde_json = "1.0.113" +serde_json = "1.0.114" serde_tokenstream = "0.2.0" syn = { version = "2.0", features = ["full", "extra-traits"] } typify-impl = { version = "0.0.15", path = "../typify-impl" } diff --git a/typify-test/Cargo.toml b/typify-test/Cargo.toml index 21cd3765..d224e879 100644 --- a/typify-test/Cargo.toml +++ b/typify-test/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] regress = "0.8.0" serde = "1.0.196" -serde_json = "1.0.113" +serde_json = "1.0.114" [build-dependencies] ipnetwork = { version = "0.20.0", features = ["schemars"] } diff --git a/typify/Cargo.toml b/typify/Cargo.toml index 0be91d3b..2c86c6fe 100644 --- a/typify/Cargo.toml +++ b/typify/Cargo.toml @@ -27,6 +27,6 @@ regress = "0.8.0" rustfmt-wrapper = "0.2.1" schemars = "0.8.16" serde = "1.0.196" -serde_json = "1.0.113" +serde_json = "1.0.114" trybuild = "1.0.89" uuid = { version = "1.7.0", features = ["serde"] }