From 6d239a6d1b2c37d65057356ab04ba14514977ad1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Aug 2025 11:21:31 +0900 Subject: [PATCH] Update spdx requirement from 0.10 to 0.11 (#1080) 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.10.0...0.11.0) --- updated-dependencies: - dependency-name: spdx dependency-version: 0.11.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 fe6b8c9e..269d8994 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.10" +spdx = "0.11" tar = "0.4" toml = { version = "0.9", default-features = false, features = ["parse", "serde"] } # TODO: call curl command instead of using ureq?