Skip to content

Commit 4ef9e70

Browse files
committed
Update crates after Actix upgrade
Also cleared out the audit exception list.
1 parent 6787bff commit 4ef9e70

File tree

2 files changed

+131
-144
lines changed

2 files changed

+131
-144
lines changed

.cargo/audit.toml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
11
[advisories]
22
ignore = [
3-
"RUSTSEC-2020-0041", # https://github.com/bodil/sized-chunks/issues/11
4-
"RUSTSEC-2021-0078",
5-
"RUSTSEC-2021-0079",
6-
"RUSTSEC-2020-0159",
7-
"RUSTSEC-2020-0071",
8-
"RUSTSEC-2021-0124",
9-
"RUSTSEC-2023-0034", # Bound by actix-http 2.2, Reqwest 0.10
10-
"RUSTSEC-2023-0044", # Bound to native-tls 0.2.11, request 0.10.10, hyper-tls 0.4.3
11-
"RUSTSEC-2023-0052", # Bound by reqwest, various tls libs
123
]

0 commit comments

Comments
 (0)