From b0331b43dab8f072b8a5d3458d529b8d0c430b37 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Mon, 13 Apr 2026 11:34:51 +0200 Subject: [PATCH] Trim deny.toml --- deny.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/deny.toml b/deny.toml index fb6d88e66..5d3595f63 100644 --- a/deny.toml +++ b/deny.toml @@ -32,7 +32,6 @@ all-features = true version = 2 ignore = [ "RUSTSEC-2024-0320", # unmaintained yaml-rust pulled in by syntect - "RUSTSEC-2024-0436", # unmaintained paste pulled via metal/wgpu, see https://github.com/gfx-rs/metal-rs/issues/349 "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 ] @@ -50,9 +49,7 @@ skip = [ { name = "bit-vec" }, # dependency of bit-set in turn, different between 0.6 and 0.5 { name = "bitflags" }, # old 1.0 version via glutin, png, spirv, … { name = "core-foundation" }, # version conflict between winit and wgpu ecosystems - { name = "core-graphics-types" }, # version conflict between winit and wgpu ecosystems { name = "getrandom" }, # ring / rustls (and thus ehttp) still depend on getrandom 0.2 - { name = "jni-sys" }, # 0.3.1 depends on 0.4 { name = "kurbo" }, # Old version because of resvg { name = "redox_syscall" }, # old version via winit { name = "rustc-hash" }, # Small enough @@ -108,6 +105,4 @@ license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }] unknown-registry = "deny" unknown-git = "deny" -allow-git = [ - "https://github.com/rerun-io/kittest", # TODO(lucasmerlin): remove this once the kittest crate is published" -] +allow-git = []