From 84bc2c8fbffe63981bd4c630a029c962c70ad095 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 16:35:52 +0000 Subject: [PATCH] bump(deps): bump serde_json from 1.0.133 to 1.0.134 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.133 to 1.0.134. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.133...v1.0.134) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- cli/Cargo.toml | 2 +- schema/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 165c808..ab56401 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -550,9 +550,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.133" +version = "1.0.134" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" +checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" dependencies = [ "itoa", "memchr", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 362aed4..87d0cda 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -23,7 +23,7 @@ futures = "0.3.30" regex = "1.10.5" schemars = { version = "0.8.21", optional = true } serde = { version = "1.0.201", features = ["derive"] } -serde_json = "1.0.121" +serde_json = "1.0.134" serde_yaml = "0.9.34" tokio = { version = "1.37.0", features = ["full"] } diff --git a/schema/Cargo.toml b/schema/Cargo.toml index 567aa99..10bdc92 100644 --- a/schema/Cargo.toml +++ b/schema/Cargo.toml @@ -16,4 +16,4 @@ clap = { version = "4.5.21", features = ["derive"] } cli = { path = "../cli", features = ["schemars"], package = "commitlint-rs" } schemars = { version = "0.8.21" } serde = { version = "1.0.215", features = ["derive"] } -serde_json = "1.0.133" +serde_json = "1.0.134"