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