We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a4254e commit 1e697a1Copy full SHA for 1e697a1
deny.toml
@@ -19,8 +19,15 @@ ignore = [
19
# Remove once chrono has been updated to pull in a fixed version of time
20
# See https://github.com/chronotope/chrono/issues/553
21
"RUSTSEC-2020-0071",
22
+ # atty is not used with a custom global allocator
23
+ "RUSTSEC-2021-0145",
24
# xml-rs is Unmaintained (via rusoto_core(0.48))
25
"RUSTSEC-2022-0048",
26
+ # tokio not used with named pipes + Windows
27
+ "RUSTSEC-2023-0001",
28
+ # rusoto_* is Unmaintained
29
+ # TODO(#416): migrate off rusoto
30
+ "RUSTSEC-2022-0071",
31
# ansi_term is Unmaintained (via structopt(0.3.26))
32
"RUSTSEC-2021-0139",
33
]
0 commit comments