From 7cc1b00f96c7df6d161dcd931c9cd8247d152f21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 22:20:24 +0900 Subject: [PATCH] Update spdx requirement from 0.12 to 0.13 (#1323) Updates the requirements on [spdx](https://github.com/EmbarkStudios/spdx) to permit the latest version. - [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.12.0...0.13.0) --- updated-dependencies: - dependency-name: spdx dependency-version: 0.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tools/codegen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/codegen/Cargo.toml b/tools/codegen/Cargo.toml index a9fbf8f2..ce992f90 100644 --- a/tools/codegen/Cargo.toml +++ b/tools/codegen/Cargo.toml @@ -14,7 +14,7 @@ serde = "1" serde_derive = "1" serde_json = "1" sha2 = "0.10" -spdx = "0.12" +spdx = "0.13" tar = "0.4" toml = { version = "0.9", default-features = false, features = ["parse", "serde"] } # TODO: call curl command instead of using ureq?