File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,12 @@ ignore = [
7575 " RUSTSEC-2024-0370" ,
7676 # instant's maintainer no longer maintained, use web-time instead
7777 " RUSTSEC-2024-0384" ,
78+ # humantime's maintainer no longer maintained
79+ " RUSTSEC-2025-0014" ,
80+ # paste's maintainer no longer maintained
81+ " RUSTSEC-2024-0436" ,
82+ # wait https://github.com/tikv/rust-prometheus/issues/538
83+ " RUSTSEC-2024-0437" ,
7884 # "RUSTSEC-0000-0000",
7985 # { id = "RUSTSEC-0000-0000", reason = "you can specify a reason the advisory is ignored" },
8086 # "[email protected] ", # you can also ignore yanked crate versions if you wish @@ -105,6 +111,7 @@ allow = [
105111 " Unicode-DFS-2016" ,
106112 " OpenSSL" ,
107113 " Unicode-3.0" ,
114+ " Zlib" ,
108115 # "Apache-2.0 WITH LLVM-exception",
109116]
110117# The confidence threshold for detecting a license from license text.
You can’t perform that action at this time.
0 commit comments