From fbe5763a91415a6e4277330718bc67c4c1f853b0 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Mon, 23 Mar 2026 18:53:45 +0100 Subject: [PATCH] Remove fixed RUSTSEC advisory from deny.toml --- deny.toml | 1 - scripts/check.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/deny.toml b/deny.toml index 595641501..2d3231535 100644 --- a/deny.toml +++ b/deny.toml @@ -34,7 +34,6 @@ 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 - "RUSTSEC-2026-0049", # https://rustsec.org/advisories/RUSTSEC-2026-0049 ] [bans] diff --git a/scripts/check.sh b/scripts/check.sh index 71dc38386..ce0b3b8d5 100755 --- a/scripts/check.sh +++ b/scripts/check.sh @@ -29,7 +29,6 @@ cargo check --quiet --all-targets cargo check --quiet --all-targets --all-features cargo check --quiet -p egui_demo_app --lib --target wasm32-unknown-unknown cargo check --quiet -p egui_demo_app --lib --target wasm32-unknown-unknown --all-features -# TODO(#5297) re-enable --all-features once the tests work with the unity feature cargo test --quiet --all-targets --all-features cargo test --quiet --doc # slow - checks all doc-tests