build(deps): bump spdx from 0.10.2 to 0.10.3

Bumps [spdx](https://github.com/EmbarkStudios/spdx) from 0.10.2 to 0.10.3.
- [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.2...0.10.3)

---
updated-dependencies:
- dependency-name: spdx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-01-16 08:22:32 +00:00 committed by GitHub
parent 4c3661da73
commit de6cca842d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3760,9 +3760,9 @@ dependencies = [
[[package]]
name = "spdx"
version = "0.10.2"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b19b32ed6d899ab23174302ff105c1577e45a06b08d4fe0a9dd13ce804bbbf71"
checksum = "62bde1398b09b9f93fc2fc9b9da86e362693e999d3a54a8ac47a99a5a73f638b"
dependencies = [
"smallvec",
]

View File

@ -51,7 +51,7 @@ serde_json = "1.0.109"
serde_with = "3.4.0"
serde_yaml = "0.9.30"
shlex = "1.2.0"
spdx = "0.10.2"
spdx = "0.10.3"
tar = "0.4.40"
tempfile = "3.9.0"
time = { version = "0.3.31", features = ["parsing", "serde"] }