From 2a970df90c49fcb8a9ce1f71bb9a6a82af457c20 Mon Sep 17 00:00:00 2001 From: Jens Reimann Date: Fri, 12 Jan 2024 09:57:47 +0100 Subject: [PATCH] chore: Release --- common/Cargo.toml | 2 +- csaf/Cargo.toml | 2 +- csaf/csaf-cli/Cargo.toml | 6 +++--- sbom/Cargo.toml | 2 +- sbom/sbom-cli/Cargo.toml | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/common/Cargo.toml b/common/Cargo.toml index adf99cd..53eab6b 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -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 "] license = "Apache-2.0" diff --git a/csaf/Cargo.toml b/csaf/Cargo.toml index a1a225b..bfbcbff 100644 --- a/csaf/Cargo.toml +++ b/csaf/Cargo.toml @@ -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 "] license = "Apache-2.0" diff --git a/csaf/csaf-cli/Cargo.toml b/csaf/csaf-cli/Cargo.toml index 2592a23..ad32924 100644 --- a/csaf/csaf-cli/Cargo.toml +++ b/csaf/csaf-cli/Cargo.toml @@ -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 "] license = "Apache-2.0" @@ -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 } diff --git a/sbom/Cargo.toml b/sbom/Cargo.toml index c93dd39..a38f9f1 100644 --- a/sbom/Cargo.toml +++ b/sbom/Cargo.toml @@ -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 "] license = "Apache-2.0" diff --git a/sbom/sbom-cli/Cargo.toml b/sbom/sbom-cli/Cargo.toml index 2b86a29..f8354ad 100644 --- a/sbom/sbom-cli/Cargo.toml +++ b/sbom/sbom-cli/Cargo.toml @@ -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 "] license = "Apache-2.0" @@ -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 }