Skip to content

Commit

Permalink
Update cyclonedx-bom requirement from 0.5.0 to 0.6.0 (#829)
Browse files Browse the repository at this point in the history
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](CycloneDX/cyclonedx-rust-cargo@cyclonedx-bom-0.5.0...cyclonedx-bom-0.6.0)

---
updated-dependencies:
- dependency-name: cyclonedx-bom
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 1, 2024
1 parent df5bb10 commit f7223a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcnb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ trace = ["dep:opentelemetry", "dep:opentelemetry_sdk", "dep:opentelemetry-stdout

[dependencies]
anyhow = { version = "1.0.82", optional = true }
cyclonedx-bom = { version = "0.5.0", optional = true }
cyclonedx-bom = { version = "0.6.0", optional = true }
libcnb-common.workspace = true
libcnb-data.workspace = true
libcnb-proc-macros.workspace = true
Expand Down

0 comments on commit f7223a8

Please sign in to comment.