From e5f6ec949e6ae74fc49af1b9a86886b1f8dadbd3 Mon Sep 17 00:00:00 2001 From: "Sergey \"Shnatsel\" Davidoff" Date: Mon, 11 Nov 2024 15:04:37 +0000 Subject: [PATCH] Bump versions --- Cargo.lock | 6 +++--- auditable-cyclonedx/Cargo.toml | 2 +- auditable-info/Cargo.toml | 4 ++-- auditable-serde/Cargo.toml | 2 +- auditable2cdx/Cargo.toml | 2 +- cargo-auditable/Cargo.toml | 6 +++--- rust-audit-info/Cargo.lock | 2 +- rust-audit-info/Cargo.toml | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cc03201..d1537ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -47,7 +47,7 @@ dependencies = [ [[package]] name = "auditable-info" -version = "0.8.0" +version = "0.9.0" dependencies = [ "auditable-extract", "auditable-serde", @@ -57,7 +57,7 @@ dependencies = [ [[package]] name = "auditable-serde" -version = "0.7.0" +version = "0.8.0" dependencies = [ "schemars", "semver", @@ -122,7 +122,7 @@ dependencies = [ [[package]] name = "cargo-auditable" -version = "0.6.4" +version = "0.6.5" dependencies = [ "auditable-info", "auditable-serde", diff --git a/auditable-cyclonedx/Cargo.toml b/auditable-cyclonedx/Cargo.toml index 133d603..82b39da 100644 --- a/auditable-cyclonedx/Cargo.toml +++ b/auditable-cyclonedx/Cargo.toml @@ -12,4 +12,4 @@ categories = ["encoding"] [dependencies] cyclonedx-bom = "0.5.0" -auditable-serde = {version = "0.7.0", path = "../auditable-serde"} +auditable-serde = {version = "0.8.0", path = "../auditable-serde"} diff --git a/auditable-info/Cargo.toml b/auditable-info/Cargo.toml index 99769df..83b3534 100644 --- a/auditable-info/Cargo.toml +++ b/auditable-info/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "auditable-info" -version = "0.8.0" +version = "0.9.0" authors = ["Sergey \"Shnatsel\" Davidoff "] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-secure-code/cargo-auditable" @@ -13,7 +13,7 @@ edition = "2018" [dependencies] auditable-extract = {version = "0.3.4", path = "../auditable-extract", default-features = false } miniz_oxide = { version = "0.8.0", features = ["std"] } -auditable-serde = {version = "0.7.0", path = "../auditable-serde", optional = true} +auditable-serde = {version = "0.8.0", path = "../auditable-serde", optional = true} serde_json = { version = "1.0.57", optional = true } [features] diff --git a/auditable-serde/Cargo.toml b/auditable-serde/Cargo.toml index b0bd71b..b51b473 100644 --- a/auditable-serde/Cargo.toml +++ b/auditable-serde/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "auditable-serde" -version = "0.7.0" +version = "0.8.0" authors = ["Sergey \"Shnatsel\" Davidoff "] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-secure-code/cargo-auditable" diff --git a/auditable2cdx/Cargo.toml b/auditable2cdx/Cargo.toml index 5ab9271..a2e07a6 100644 --- a/auditable2cdx/Cargo.toml +++ b/auditable2cdx/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -auditable-info = {version = "0.8.0", path = "../auditable-info"} +auditable-info = {version = "0.9.0", path = "../auditable-info"} auditable-cyclonedx = {version = "0.1.0", path = "../auditable-cyclonedx"} serde_json = {version = "1.0.114", features = ["preserve_order"] } # the feature is needed for workarounds module only diff --git a/cargo-auditable/Cargo.toml b/cargo-auditable/Cargo.toml index bba51db..42e163e 100644 --- a/cargo-auditable/Cargo.toml +++ b/cargo-auditable/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-auditable" -version = "0.6.4" +version = "0.6.5" edition = "2021" authors = ["Sergey \"Shnatsel\" Davidoff "] license = "MIT OR Apache-2.0" @@ -14,7 +14,7 @@ readme = "../README.md" [dependencies] object = {version = "0.30", default-features = false, features = ["write"]} -auditable-serde = {version = "0.7.0", path = "../auditable-serde"} +auditable-serde = {version = "0.8.0", path = "../auditable-serde"} miniz_oxide = {version = "0.8.0"} serde_json = "1.0.57" cargo_metadata = "0.18" @@ -24,5 +24,5 @@ wasm-gen = "0.1.4" [dev-dependencies] cargo_metadata = "0.18" -auditable-info = {version = "0.8.0", path = "../auditable-info", features = ["wasm"]} +auditable-info = {version = "0.9.0", path = "../auditable-info", features = ["wasm"]} which = "4.3.0" diff --git a/rust-audit-info/Cargo.lock b/rust-audit-info/Cargo.lock index a800f4e..079414c 100644 --- a/rust-audit-info/Cargo.lock +++ b/rust-audit-info/Cargo.lock @@ -18,7 +18,7 @@ dependencies = [ [[package]] name = "auditable-info" -version = "0.8.0" +version = "0.9.0" dependencies = [ "auditable-extract", "miniz_oxide", diff --git a/rust-audit-info/Cargo.toml b/rust-audit-info/Cargo.toml index 6014cfd..300002b 100644 --- a/rust-audit-info/Cargo.toml +++ b/rust-audit-info/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -auditable-info = {version = "0.8.0", default-features = false, path = "../auditable-info"} +auditable-info = {version = "0.9.0", default-features = false, path = "../auditable-info"} [features] wasm = ["auditable-info/wasm"]