Skip to content

Commit b2d7cdf

Browse files
authored
Merge pull request #496 from tarcieri/inside-rust/cargo-audit-0.11-typo-fixes
Inside Rust: Typo fixes for cargo-audit 0.11 blog post
2 parents 3605e0f + c0c4852 commit b2d7cdf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

posts/inside-rust/2020-01-23-Introducing-cargo-audit-fix-and-more.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ This post describes the new features in the 0.11 release of `cargo-audit`.
1414

1515
One of our [most requested features](https://github.com/RustSec/cargo-audit/issues/23) (especially by fans of the similar [`npm audit fix`](https://docs.npmjs.com/cli/audit) command), the [new `cargo audit fix` subcommand](https://github.com/RustSec/cargo-audit#cargo-audit-fix-subcommand) will attempt to automatically update version requirements for vulnerable dependencies to non-vulnerable versions.
1616

17-
Note that this is an experimental new feature which isn't enabled by default. To try it out, install `cargo-audit with the following.
18-
19-
You can install `cargo-audit` and run it against your project with the following commands:
17+
Note that this is an experimental new feature which isn't enabled by default. To try it out, install `cargo-audit` with the following:
2018

2119
```
2220
$ cargo install cargo-audit --features=fix

0 commit comments

Comments
 (0)