@@ -17,8 +17,6 @@ targets = [
1717[advisories ]
1818version = 2
1919ignore = [
20- { id = " RUSTSEC-2020-0168" , reason = " `mach` is used by wasmtime and we have no control over that." },
21- { id = " RUSTSEC-2021-0145" , reason = " we don't target windows, and don't use a custom global allocator." },
2220 { id = " RUSTSEC-2024-0370" , reason = " `proc-macro-error` is used by crates we rely on, we can't control what they use." },
2321]
2422
@@ -36,13 +34,7 @@ deny = [
3634 # { crate = "cmake", use-instead = "cc" },
3735 # { crate = "windows", reason = "bloated and unnecessary", use-instead = "ideally inline bindings, practically, windows-sys" },
3836]
39- skip = [
40- # { crate = "[email protected] ", reason = "https://github.com/seanmonstar/reqwest/pull/2130 should be in the next version" }, 41- # { crate = "[email protected] ", reason = "gix 0.59 was yanked, see https://github.com/Byron/gitoxide/issues/1309" }, 42- # { crate = "[email protected] ", reason = "strum_macros uses this old version" }, 43- # { crate = "[email protected] ", reason = "gix-transport pulls in this old version, as well as a newer version via reqwest" }, 44- # { crate = "[email protected] ", reason = "gix-transport pulls in this old version, as well as a newer version via reqwest" }, 45- ]
37+ skip = []
4638skip-tree = [
4739 {
crate =
" [email protected] " ,
reason =
" a foundational crate for many that bumps far too frequently to ever have a shared version" },
4840]
@@ -55,9 +47,6 @@ unknown-git = "deny"
5547allow-git = [
5648 " https://github.com/input-output-hk/catalyst-libs.git" ,
5749 " https://github.com/input-output-hk/catalyst-pallas.git" ,
58- " https://github.com/input-output-hk/catalyst-mithril.git" ,
59- " https://github.com/bytecodealliance/wasmtime" ,
60- " https://github.com/aldanor/hdf5-rust" ,
6150]
6251
6352[licenses ]
0 commit comments