cargo deny: ignore duplicate of hashbrown crate
This commit is contained in:
parent
a05520b9d3
commit
833829e3d8
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ deny = [
|
||||||
skip = [
|
skip = [
|
||||||
{ name = "ahash" }, # old version via dark-light
|
{ name = "ahash" }, # old version via dark-light
|
||||||
{ name = "arrayvec" }, # old version via tiny-skia
|
{ 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 = "time" }, # old version pulled in by unmaintianed crate 'chrono'
|
||||||
{ name = "ttf-parser" }, # different versions pulled in by ab_glyph and usvg
|
{ name = "ttf-parser" }, # different versions pulled in by ab_glyph and usvg
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue