Skip to content

Commit e8e7722

Browse files
New development bump of cyclonedx-bom to 0.5.0
1 parent 358caa1 commit e8e7722

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo-cyclonedx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ lto = "thin"
2424
anyhow = "1.0.75"
2525
cargo_metadata = "0.18.1"
2626
clap = { version = "4.4.11", features = ["derive"] }
27-
cyclonedx-bom = { version = "0.4.3", path = "../cyclonedx-bom" }
27+
cyclonedx-bom = { version = "0.5.0", path = "../cyclonedx-bom" }
2828
env_logger = "0.10.0"
2929
log = "0.4.20"
3030
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.4.3"
3+
version = "0.5.0"
44
description = "CycloneDX Software Bill of Materials Library"
55
categories = []
66
keywords = ["sbom", "bom", "components", "dependencies", "owasp"]

0 commit comments

Comments
 (0)