mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 05:10:03 -04:00
cargo deny: ignore duplicate of hashbrown crate
This commit is contained in:
@@ -30,6 +30,7 @@ deny = [
|
||||
skip = [
|
||||
{ name = "ahash" }, # old version via dark-light
|
||||
{ name = "arrayvec" }, # old version via tiny-skia
|
||||
{ name = "hashbrown" }, # old version via dark-light
|
||||
{ name = "time" }, # old version pulled in by unmaintianed crate 'chrono'
|
||||
{ name = "ttf-parser" }, # different versions pulled in by ab_glyph and usvg
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user