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] 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"] }