Update the spdx dependency to version 0.12 (#16552)

This commit is contained in:
Ben Beasley 2025-11-02 18:21:29 +00:00 committed by GitHub
parent 95b1556012
commit 45c1907ede
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -4207,9 +4207,9 @@ dependencies = [
[[package]] [[package]]
name = "spdx" name = "spdx"
version = "0.10.9" version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3" checksum = "41cf87c0efffc158b9dde4d6e0567a43e4383adc4c949e687a2039732db2f23a"
dependencies = [ dependencies = [
"smallvec", "smallvec",
] ]

View File

@ -171,7 +171,7 @@ serde-untagged = { version = "0.1.6" }
serde_json = { version = "1.0.128" } serde_json = { version = "1.0.128" }
sha2 = { version = "0.10.8" } sha2 = { version = "0.10.8" }
smallvec = { version = "1.13.2" } smallvec = { version = "1.13.2" }
spdx = { version = "0.10.6" } spdx = { version = "0.12.0" }
syn = { version = "2.0.77" } syn = { version = "2.0.77" }
sys-info = { version = "0.9.1" } sys-info = { version = "0.9.1" }
tar = { version = "0.4.43" } tar = { version = "0.4.43" }