@@ -32,7 +32,6 @@ all-features = true
3232version = 2
3333ignore = [
3434 " RUSTSEC-2024-0320" , # unmaintained yaml-rust pulled in by syntect
35- " RUSTSEC-2024-0436" , # unmaintained paste pulled via metal/wgpu, see https://github.com/gfx-rs/metal-rs/issues/349
3635 " RUSTSEC-2025-0141" , # https://rustsec.org/advisories/RUSTSEC-2025-0141 - bincode is unmaintained - https://git.sr.ht/~stygianentity/bincode/tree/v3.0/item/README.md
3736]
3837
@@ -50,9 +49,7 @@ skip = [
5049 { name = " bit-vec" }, # dependency of bit-set in turn, different between 0.6 and 0.5
5150 { name = " bitflags" }, # old 1.0 version via glutin, png, spirv, …
5251 { name = " core-foundation" }, # version conflict between winit and wgpu ecosystems
53- { name = " core-graphics-types" }, # version conflict between winit and wgpu ecosystems
5452 { name = " getrandom" }, # ring / rustls (and thus ehttp) still depend on getrandom 0.2
55- { name = " jni-sys" }, # 0.3.1 depends on 0.4
5653 { name = " kurbo" }, # Old version because of resvg
5754 { name = " redox_syscall" }, # old version via winit
5855 { name = " rustc-hash" }, # Small enough
@@ -108,6 +105,4 @@ license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]
108105unknown-registry = " deny"
109106unknown-git = " deny"
110107
111- allow-git = [
112- " https://github.com/rerun-io/kittest" , # TODO(lucasmerlin): remove this once the kittest crate is published"
113- ]
108+ allow-git = []
0 commit comments