Skip to content

Commit 1e697a1

Browse files
ci: ignore recent RUSTSEC warnings (project-oak#417)
1 parent 3a4254e commit 1e697a1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

deny.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,15 @@ ignore = [
1919
# Remove once chrono has been updated to pull in a fixed version of time
2020
# See https://github.com/chronotope/chrono/issues/553
2121
"RUSTSEC-2020-0071",
22+
# atty is not used with a custom global allocator
23+
"RUSTSEC-2021-0145",
2224
# xml-rs is Unmaintained (via rusoto_core(0.48))
2325
"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",
2431
# ansi_term is Unmaintained (via structopt(0.3.26))
2532
"RUSTSEC-2021-0139",
2633
]

0 commit comments

Comments
 (0)