Update Rust crate spdx to v0.10.8 (#10311)

This commit is contained in:
renovate[bot] 2025-01-06 01:16:15 +00:00 committed by GitHub
parent af23311d15
commit f93ada48e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -3581,9 +3581,9 @@ dependencies = [
[[package]]
name = "spdx"
version = "0.10.7"
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
dependencies = [
"smallvec",
]