Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Jan 12, 2024
1 parent e75fa14 commit 2a970df
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "walker-common"
description = "A common functionality for SBOM and CSAF walker"
version = "0.5.4"
version = "0.5.5"
edition = "2021"
authors = ["Jens Reimann <ctron@dentrassi.de>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion csaf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "csaf-walker"
description = "A library to work with CSAF data"
version = "0.5.4"
version = "0.5.5"
edition = "2021"
authors = ["Jens Reimann <ctron@dentrassi.de>"]
license = "Apache-2.0"
Expand Down
6 changes: 3 additions & 3 deletions csaf/csaf-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "csaf-cli"
description = "A CLI to work with CSAF data"
version = "0.5.4"
version = "0.5.5"
edition = "2021"
authors = ["Jens Reimann <ctron@dentrassi.de>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -32,8 +32,8 @@ thiserror = "1"
time = "0.3.20"
tokio = { version = "1", features = ["full"] }

walker-common = { version = "0.5.4", path = "../../common" }
csaf-walker = { version = "0.5.4", path = "..", default-features = false }
walker-common = { version = "0.5.5", path = "../../common" }
csaf-walker = { version = "0.5.5", path = "..", default-features = false }

# just there for the feature
openssl = { version = "0.10", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion sbom/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sbom-walker"
description = "A library to work with SBOM data"
version = "0.5.4"
version = "0.5.5"
edition = "2021"
authors = ["Jens Reimann <ctron@dentrassi.de>"]
license = "Apache-2.0"
Expand Down
6 changes: 3 additions & 3 deletions sbom/sbom-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sbom-cli"
description = "A CLI to work with SBOM data"
version = "0.5.4"
version = "0.5.5"
edition = "2021"
authors = ["Jens Reimann <ctron@dentrassi.de>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -33,8 +33,8 @@ time = "0.3.20"
tokio = { version = "1", features = ["full"] }
bzip2-rs = { version = "0.1", features = ["rustc_1_37"] }

walker-common = { version = "0.5.4", path = "../../common" }
sbom-walker = { version = "0.5.4", path = "..", default-features = false, features = ["cyclonedx-bom", "spdx-rs"] }
walker-common = { version = "0.5.5", path = "../../common" }
sbom-walker = { version = "0.5.5", path = "..", default-features = false, features = ["cyclonedx-bom", "spdx-rs"] }

# just there for the feature
openssl = { version = "0.10", optional = true }
Expand Down

0 comments on commit 2a970df

Please sign in to comment.