From dd5f430a70a73461823e9704c7949d227d44cf21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 08:58:46 +0000 Subject: [PATCH 1/3] build(deps): bump clap from 4.5.20 to 4.5.27 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.20 to 4.5.27. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.20...clap_complete-v4.5.27) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7cb469dc..06ada2ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -545,9 +545,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.20" +version = "4.5.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8" +checksum = "769b0145982b4b48713e01ec42d61614425f27b7058bda7180a3a41f30104796" dependencies = [ "clap_builder", "clap_derive", @@ -555,9 +555,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.20" +version = "4.5.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54" +checksum = "1b26884eb4b57140e4d2d93652abfa49498b938b3c9179f9fc487b0acc3edad7" dependencies = [ "anstream", "anstyle", @@ -579,9 +579,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.18" +version = "4.5.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab" +checksum = "54b755194d6389280185988721fffba69495eed5ee9feeee9a599b53db80318c" dependencies = [ "heck", "proc-macro2", @@ -591,9 +591,9 @@ dependencies = [ [[package]] name = "clap_lex" -version = "0.7.2" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" +checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" [[package]] name = "clap_mangen" diff --git a/Cargo.toml b/Cargo.toml index c8975133..a41f8ced 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ xdg = "2.5.2" zip = "2.2.0" [dependencies.clap] -version = "4.5.20" +version = "4.5.27" features = ["cargo", "derive", "unicode", "wrap_help"] [dependencies.rustyline] @@ -76,7 +76,7 @@ version = "1.43.0" features = ["macros", "process", "rt-multi-thread"] [build-dependencies] -clap = { version = "4.5.20", features = ["derive"] } +clap = { version = "4.5.27", features = ["derive"] } clap_complete = "4.5.42" clap_mangen = "0.2.24" From 764d5d467362908fecb0881b6f1c818937e2f1f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 08:59:00 +0000 Subject: [PATCH 2/3] build(deps): bump spdx from 0.10.6 to 0.10.8 Bumps [spdx](https://github.com/EmbarkStudios/spdx) from 0.10.6 to 0.10.8. - [Release notes](https://github.com/EmbarkStudios/spdx/releases) - [Changelog](https://github.com/EmbarkStudios/spdx/blob/main/CHANGELOG.md) - [Commits](https://github.com/EmbarkStudios/spdx/compare/0.10.6...0.10.8) --- updated-dependencies: - dependency-name: spdx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7cb469dc..72afb798 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4188,9 +4188,9 @@ dependencies = [ [[package]] name = "spdx" -version = "0.10.6" +version = "0.10.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47317bbaf63785b53861e1ae2d11b80d6b624211d42cb20efcd210ee6f8a14bc" +checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193" dependencies = [ "smallvec", ] diff --git a/Cargo.toml b/Cargo.toml index c8975133..016fac4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ serde_json = "1.0.132" serde_with = "3.11.0" serde_yaml = "0.9.34" shlex = "1.3.0" -spdx = "0.10.6" +spdx = "0.10.8" tar = "0.4.43" tempfile = "3.15.0" time = { version = "0.3.36", features = ["parsing", "serde"] } From 59e95088a253834a2dd0b67b18b1eb408cc1a5f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 08:59:13 +0000 Subject: [PATCH 3/3] build(deps): bump itertools from 0.13.0 to 0.14.0 Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.13.0 to 0.14.0. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 13 +++++++++++-- Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7cb469dc..fed5b3a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -355,7 +355,7 @@ dependencies = [ "ignore", "im-rc", "indexmap 2.4.0", - "itertools", + "itertools 0.13.0", "jobserver", "lazycell", "libc", @@ -2656,6 +2656,15 @@ dependencies = [ "either", ] +[[package]] +name = "itertools" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" +dependencies = [ + "either", +] + [[package]] name = "itoa" version = "1.0.11" @@ -3023,7 +3032,7 @@ dependencies = [ "indoc", "insta", "is-terminal", - "itertools", + "itertools 0.14.0", "once_cell", "owo-colors", "parse-display", diff --git a/Cargo.toml b/Cargo.toml index c8975133..a4bcfa87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ flate2 = "1.0.34" heck = "0.5.0" indoc = "2.0.5" is-terminal = "0.4.13" -itertools = "0.13.0" +itertools = "0.14.0" once_cell = "1.20.2" owo-colors = "4.1.0" parse-display = "0.10.0"