Skip to content

Commit 6226305

Browse files
committed
cyclonedx-bom: bump to 0.9.0
Signed-off-by: Graham Christensen <graham@grahamc.com>
1 parent e0413ee commit 6226305

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cargo-cyclonedx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ anyhow = "1.0.75"
2525
cargo-lock = "10.0.1"
2626
cargo_metadata = "0.18.1"
2727
clap = { version = "4.4.11", features = ["derive"] }
28-
cyclonedx-bom = { version = "0.8.0", path = "../cyclonedx-bom" }
28+
cyclonedx-bom = { version = "0.9.0", path = "../cyclonedx-bom" }
2929
env_logger = "0.10.0"
3030
log = "0.4.20"
3131
once_cell = "1.18.0"

cyclonedx-bom/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cyclonedx-bom"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
description = "CycloneDX Software Bill of Materials Library"
55
categories = ["encoding", "parser-implementations"]
66
keywords = ["sbom", "bom", "components", "dependencies", "owasp"]

0 commit comments

Comments
 (0)