@@ -16,9 +16,7 @@ targets = [
1616
1717[advisories ]
1818version = 2
19- ignore = [
20- { id = " RUSTSEC-2024-0370" , reason = " `proc-macro-error` is used by crates we rely on, we can't control what they use." },
21- ]
19+ ignore = []
2220
2321[bans ]
2422multiple-versions = " warn"
@@ -34,7 +32,13 @@ deny = [
3432 # { crate = "cmake", use-instead = "cc" },
3533 # { crate = "windows", reason = "bloated and unnecessary", use-instead = "ideally inline bindings, practically, windows-sys" },
3634]
37- skip = []
35+ skip = [
36+ # { crate = "[email protected] ", reason = "https://github.com/seanmonstar/reqwest/pull/2130 should be in the next version" }, 37+ # { crate = "[email protected] ", reason = "gix 0.59 was yanked, see https://github.com/Byron/gitoxide/issues/1309" }, 38+ # { crate = "[email protected] ", reason = "strum_macros uses this old version" }, 39+ # { crate = "[email protected] ", reason = "gix-transport pulls in this old version, as well as a newer version via reqwest" }, 40+ # { crate = "[email protected] ", reason = "gix-transport pulls in this old version, as well as a newer version via reqwest" }, 41+ ]
3842skip-tree = [
3943 {
crate =
" [email protected] " ,
reason =
" a foundational crate for many that bumps far too frequently to ever have a shared version" },
4044]
@@ -47,6 +51,12 @@ unknown-git = "deny"
4751allow-git = [
4852 " https://github.com/input-output-hk/catalyst-libs.git" ,
4953 " https://github.com/input-output-hk/catalyst-pallas.git" ,
54+ " https://github.com/input-output-hk/catalyst-mithril.git" ,
55+ " https://github.com/bytecodealliance/wasmtime" ,
56+ " https://github.com/aldanor/hdf5-rust" ,
57+ " https://github.com/txpipe/vrf" ,
58+ " https://github.com/txpipe/kes" ,
59+ " https://github.com/txpipe/curve25519-dalek" ,
5060]
5161
5262[licenses ]
0 commit comments