1
0
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:
Emil Ernerfeldt
2022-02-22 19:44:25 +01:00
parent a05520b9d3
commit 833829e3d8

View File

@@ -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
]