Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit 06fa5b8

Browse files
chore: Fix cargo audit (#137)
* chore: Fix cargo audit * ignore issue with rustls
1 parent 3cf3e6f commit 06fa5b8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

deny.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ version = 2
77
ignore = [
88
# https://github.com/mehcode/config-rs/issues/563
99
{ id = "RUSTSEC-2024-0320", reason = "waiting for `config` crate to remove the dependency" },
10-
{ id = "RUSTSEC-2024-0357", reason = "openssl UB, we should update to latest crate" }
10+
{ id = "RUSTSEC-2024-0357", reason = "openssl UB, we should update to latest crate" },
11+
{ id = "RUSTSEC-2024-0384", reason = "instant crate is no longer maintained" },
12+
{ id = "RUSTSEC-2024-0388", reason = "derivative crate is no longer maintained" },
13+
{ id = "RUSTSEC-2024-0399", reason = "rustls issue with tlsacceptor, we are not using this functionality" }
1114
]
1215

1316
[sources]
@@ -25,7 +28,6 @@ allow = [
2528
"Apache-2.0 WITH LLVM-exception",
2629
"Apache-2.0",
2730
"BSD-2-Clause",
28-
"BSD-2-Clause-Patent",
2931
"BSD-3-Clause",
3032
"BSL-1.0",
3133
"CC0-1.0",

0 commit comments

Comments
 (0)