Base: Remove unneded cargo deny entries (#41778)

These entries are not needed anymore so they can be removed.

Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>


Testing: ./mach test-tidy still works.

Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>
This commit is contained in:
Narfinger
2026-01-08 19:29:20 +01:00
committed by GitHub
parent 13c875eeea
commit ed02764ac9

View File

@@ -90,7 +90,6 @@ deny = [
skip = [
"bitflags",
"cookie",
"futures",
"redox_syscall",
# New versions of these dependencies is pulled in by GStreamer / GLib.
@@ -177,11 +176,6 @@ skip = [
# and bindgen updates the cexpr version
"nom",
# duplicated by image 0.25
"cfg-expr",
"system-deps",
"target-lexicon",
# duplicated by core-graphics
"core-graphics-types",