diff --git a/Cargo.lock b/Cargo.lock index 1a3aa1c5..51ade145 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -131,7 +131,7 @@ dependencies = [ [[package]] name = "cargo-vet" -version = "0.8.0" +version = "0.9.0" dependencies = [ "base64-stream", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 5a39c603..434596a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-vet" -version = "0.8.0" +version = "0.9.0" edition = "2021" authors = ["Bobby Holley "] license = "Apache-2.0/MIT" diff --git a/supply-chain/config.toml b/supply-chain/config.toml index b4e93e65..7d2bd9f9 100644 --- a/supply-chain/config.toml +++ b/supply-chain/config.toml @@ -2,7 +2,7 @@ # cargo-vet config file [cargo-vet] -version = "0.8" +version = "0.9" [imports.bytecodealliance] url = "https://raw.githubusercontent.com/bytecodealliance/wasmtime/main/supply-chain/audits.toml" diff --git a/tests/snapshots/test_cli__long-help.snap b/tests/snapshots/test_cli__long-help.snap index b87cb4b1..6cf6efce 100644 --- a/tests/snapshots/test_cli__long-help.snap +++ b/tests/snapshots/test_cli__long-help.snap @@ -3,7 +3,7 @@ source: tests/test-cli.rs expression: format_outputs(&output) --- stdout: -cargo-vet 0.8.0 +cargo-vet 0.9.0 Supply-chain security for Rust When run without a subcommand, `cargo vet` will invoke the `check` subcommand. See `cargo vet help diff --git a/tests/snapshots/test_cli__markdown-help.snap b/tests/snapshots/test_cli__markdown-help.snap index f956fc02..c7ef4738 100644 --- a/tests/snapshots/test_cli__markdown-help.snap +++ b/tests/snapshots/test_cli__markdown-help.snap @@ -7,7 +7,7 @@ stdout: > This manual can be regenerated with `cargo vet help-markdown` -Version: `cargo-vet 0.8.0` +Version: `cargo-vet 0.9.0` Supply-chain security for Rust diff --git a/tests/snapshots/test_cli__short-help.snap b/tests/snapshots/test_cli__short-help.snap index ecee0b91..90dc1c6b 100644 --- a/tests/snapshots/test_cli__short-help.snap +++ b/tests/snapshots/test_cli__short-help.snap @@ -3,7 +3,7 @@ source: tests/test-cli.rs expression: format_outputs(&output) --- stdout: -cargo-vet 0.8.0 +cargo-vet 0.9.0 Supply-chain security for Rust USAGE: diff --git a/tests/test-project/supply-chain/config.toml b/tests/test-project/supply-chain/config.toml index 2c3692b5..ee537d7f 100644 --- a/tests/test-project/supply-chain/config.toml +++ b/tests/test-project/supply-chain/config.toml @@ -2,7 +2,7 @@ # cargo-vet config file [cargo-vet] -version = "0.8" +version = "0.9" [policy."clap:3.1.8"] dependency-criteria = { atty = "safe-to-run", bitflags = ["audited", "fuzzed"] }