diff --git a/libcnb/Cargo.toml b/libcnb/Cargo.toml index 5aae7c78..bc391496 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.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