Skip to content

Commit b0331b4

Browse files
committed
Trim deny.toml
1 parent 170b46a commit b0331b4

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

deny.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ all-features = true
3232
version = 2
3333
ignore = [
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 }]
108105
unknown-registry = "deny"
109106
unknown-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

Comments
 (0)