Remove old RUSTSEC suppression (#3017)

This commit is contained in:
George Pollard 2023-04-14 01:01:51 +12:00 committed by GitHub
parent c105423d14
commit dc7d5ec2d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,6 @@ unmaintained = "deny"
unsound = "deny"
yanked = "deny"
ignore = [
"RUSTSEC-2023-0018",
"RUSTSEC-2020-0016", # There is a PR currently open to stop using the unmaintained crate: https://github.com/servo/ipc-channel/pull/302
]