From c0d694c4618fb0055303cc39976eb8c9ba95f2c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:51:03 +0000 Subject: [PATCH] Update cyclonedx-bom requirement from 0.7.0 to 0.8.0 Updates the requirements on [cyclonedx-bom](https://github.com/CycloneDX/cyclonedx-rust-cargo) to permit the latest version. - [Release notes](https://github.com/CycloneDX/cyclonedx-rust-cargo/releases) - [Commits](https://github.com/CycloneDX/cyclonedx-rust-cargo/compare/cyclonedx-bom-0.7.0...cyclonedx-bom-0.8.0) --- updated-dependencies: - dependency-name: cyclonedx-bom dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- libcnb/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcnb/Cargo.toml b/libcnb/Cargo.toml index affe3c26..c4f65f44 100644 --- a/libcnb/Cargo.toml +++ b/libcnb/Cargo.toml @@ -19,7 +19,7 @@ trace = ["dep:opentelemetry", "dep:opentelemetry_sdk", "dep:opentelemetry-stdout [dependencies] anyhow = { version = "1.0.91", optional = true } -cyclonedx-bom = { version = "0.7.0", optional = true } +cyclonedx-bom = { version = "0.8.0", optional = true } libcnb-common.workspace = true libcnb-data.workspace = true libcnb-proc-macros.workspace = true