diff --git a/Cargo.lock b/Cargo.lock index 10183583..5c22d9c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -143,7 +143,7 @@ dependencies = [ [[package]] name = "cargo-vet" -version = "0.9.1" +version = "0.10.0" dependencies = [ "base64-stream", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 7515c392..85a16f29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-vet" -version = "0.9.1" +version = "0.10.0" edition = "2021" authors = ["Bobby Holley "] license = "Apache-2.0/MIT" diff --git a/supply-chain/config.toml b/supply-chain/config.toml index 1fa63523..ea5e43f0 100644 --- a/supply-chain/config.toml +++ b/supply-chain/config.toml @@ -2,7 +2,7 @@ # cargo-vet config file [cargo-vet] -version = "0.9" +version = "0.10" [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 921201ef..fd46b852 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.9.1 +cargo-vet 0.10.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 f3465fbb..ef812ab3 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.9.1` +Version: `cargo-vet 0.10.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 8f8c5aa2..2c07879d 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.9.1 +cargo-vet 0.10.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 ee537d7f..6e4a0741 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.9" +version = "0.10" [policy."clap:3.1.8"] dependency-criteria = { atty = "safe-to-run", bitflags = ["audited", "fuzzed"] }