mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 13:50:04 -04:00
Trim deny.toml
This commit is contained in:
@@ -22,8 +22,6 @@ unmaintained = "warn"
|
|||||||
yanked = "deny"
|
yanked = "deny"
|
||||||
ignore = [
|
ignore = [
|
||||||
"RUSTSEC-2020-0071", # https://rustsec.org/advisories/RUSTSEC-2020-0071 - chrono/time: Potential segfault in the time crate
|
"RUSTSEC-2020-0071", # https://rustsec.org/advisories/RUSTSEC-2020-0071 - chrono/time: Potential segfault in the time crate
|
||||||
"RUSTSEC-2020-0159", # https://rustsec.org/advisories/RUSTSEC-2020-0159 - chrono/time: Potential segfault in localtime_r invocations
|
|
||||||
"RUSTSEC-2021-0127", # https://rustsec.org/advisories/RUSTSEC-2021-0127 - https://github.com/bheisler/criterion.rs/issues/534
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[bans]
|
[bans]
|
||||||
@@ -49,10 +47,8 @@ skip = [
|
|||||||
{ name = "windows" }, # old version via accesskit
|
{ name = "windows" }, # old version via accesskit
|
||||||
]
|
]
|
||||||
skip-tree = [
|
skip-tree = [
|
||||||
{ name = "criterion" }, # dev-dependency
|
{ name = "criterion" }, # dev-dependency
|
||||||
{ name = "darling" }, # old version via tts
|
{ name = "rfd" }, # example dependency
|
||||||
{ name = "foreign-types" }, # old version from wgpu
|
|
||||||
{ name = "rfd" }, # example dependency
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user