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 1/2] 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 2/2] 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"