From a67a8426f08725429a8be8c70ca685eefdaed792 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 01:28:09 +0000 Subject: [PATCH] Bump serde_json from 1.0.128 to 1.0.133 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.128 to 1.0.133. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.128...v1.0.133) --- 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.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ddc34e3..698d0d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -589,9 +589,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.128" +version = "1.0.133" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" +checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index b367289..0ac3533 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ build = "build.rs" clap = { version = "4.5.19", features = ["derive", "cargo"], optional = true } clap_complete = { version = "4.5.32", optional = true } handlebars = { version = "5.1.2", optional = true } -serde_json = { version = "1.0.128", optional = true } +serde_json = { version = "1.0.133", optional = true } [dependencies] anyhow = "1.0.89" @@ -22,7 +22,7 @@ serde_yaml = "0.9.34" home = { version = "0.5.9", optional = true } clap_complete = { version = "4.5.32", optional = true } handlebars = {version = "5.1.2", features = ["dir_source"], optional = true } -serde_json = { version = "1.0.128", optional = true } +serde_json = { version = "1.0.133", optional = true } ignore = { version = "0.4.23", optional = true } dialoguer = { version = "0.11.0", optional = true }