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"