`cat Cargo.lock | cargo audit -f /dev/stdin` works but `cat Cargo.lock | cargo audit -f -` does not. The error message is: > error: Couldn't find '-'!
cat Cargo.lock | cargo audit -f /dev/stdinworks butcat Cargo.lock | cargo audit -f -does not. The error message is: