We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c91d29e commit 43f31c7Copy full SHA for 43f31c7
.github/workflows/cargo-audit.yml
@@ -33,5 +33,4 @@ jobs:
33
# Ignored audit issues. This list should be kept short, and effort should be
34
# put into removing items from the list.
35
# RUSTSEC-2023-0057,RUSTSEC-2023-0058 - Unsoundness in `inventory`.
36
- # RUSTSEC-2020-0168 - `mach` is unmaintained. Can be fixed by upgrading `serialport`.
37
- ignore: RUSTSEC-2023-0057,RUSTSEC-2023-0058,RUSTSEC-2020-0168
+ ignore: RUSTSEC-2023-0057,RUSTSEC-2023-0058
0 commit comments