From b743f2ce4df357c76a3e3a71cc5be8c627af61f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 22:51:09 +0100 Subject: [PATCH] Update cyclonedx-bom requirement from 0.6.1 to 0.7.0 (#856) 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.6.1...cyclonedx-bom-0.7.0) --- updated-dependencies: - dependency-name: cyclonedx-bom dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- libcnb/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcnb/Cargo.toml b/libcnb/Cargo.toml index f2b12cc6..4bb22019 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.86", optional = true } -cyclonedx-bom = { version = "0.6.1", optional = true } +cyclonedx-bom = { version = "0.7.0", optional = true } libcnb-common.workspace = true libcnb-data.workspace = true libcnb-proc-macros.workspace = true