Skip to content

Commit e5f6ec9

Browse files
committed
Bump versions
1 parent 7af1021 commit e5f6ec9

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

auditable-cyclonedx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ categories = ["encoding"]
1212

1313
[dependencies]
1414
cyclonedx-bom = "0.5.0"
15-
auditable-serde = {version = "0.7.0", path = "../auditable-serde"}
15+
auditable-serde = {version = "0.8.0", path = "../auditable-serde"}

auditable-info/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "auditable-info"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
authors = ["Sergey \"Shnatsel\" Davidoff <shnatsel@gmail.com>"]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/rust-secure-code/cargo-auditable"
@@ -13,7 +13,7 @@ edition = "2018"
1313
[dependencies]
1414
auditable-extract = {version = "0.3.4", path = "../auditable-extract", default-features = false }
1515
miniz_oxide = { version = "0.8.0", features = ["std"] }
16-
auditable-serde = {version = "0.7.0", path = "../auditable-serde", optional = true}
16+
auditable-serde = {version = "0.8.0", path = "../auditable-serde", optional = true}
1717
serde_json = { version = "1.0.57", optional = true }
1818

1919
[features]

auditable-serde/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "auditable-serde"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors = ["Sergey \"Shnatsel\" Davidoff <shnatsel@gmail.com>"]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/rust-secure-code/cargo-auditable"

auditable2cdx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
auditable-info = {version = "0.8.0", path = "../auditable-info"}
9+
auditable-info = {version = "0.9.0", path = "../auditable-info"}
1010
auditable-cyclonedx = {version = "0.1.0", path = "../auditable-cyclonedx"}
1111
serde_json = {version = "1.0.114", features = ["preserve_order"] } # the feature is needed for workarounds module only
1212

cargo-auditable/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-auditable"
3-
version = "0.6.4"
3+
version = "0.6.5"
44
edition = "2021"
55
authors = ["Sergey \"Shnatsel\" Davidoff <shnatsel@gmail.com>"]
66
license = "MIT OR Apache-2.0"
@@ -14,7 +14,7 @@ readme = "../README.md"
1414

1515
[dependencies]
1616
object = {version = "0.30", default-features = false, features = ["write"]}
17-
auditable-serde = {version = "0.7.0", path = "../auditable-serde"}
17+
auditable-serde = {version = "0.8.0", path = "../auditable-serde"}
1818
miniz_oxide = {version = "0.8.0"}
1919
serde_json = "1.0.57"
2020
cargo_metadata = "0.18"
@@ -24,5 +24,5 @@ wasm-gen = "0.1.4"
2424

2525
[dev-dependencies]
2626
cargo_metadata = "0.18"
27-
auditable-info = {version = "0.8.0", path = "../auditable-info", features = ["wasm"]}
27+
auditable-info = {version = "0.9.0", path = "../auditable-info", features = ["wasm"]}
2828
which = "4.3.0"

rust-audit-info/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.

rust-audit-info/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition = "2018"
1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212

1313
[dependencies]
14-
auditable-info = {version = "0.8.0", default-features = false, path = "../auditable-info"}
14+
auditable-info = {version = "0.9.0", default-features = false, path = "../auditable-info"}
1515

1616
[features]
1717
wasm = ["auditable-info/wasm"]

0 commit comments

Comments
 (0)