Update and fix cargo-deny (#421)
* Update and fix cargo-deny * We are not free of syn * More cargo-deny fixes
This commit is contained in:
parent
2610c869f6
commit
355b7febb1
3 changed files with 48 additions and 66 deletions
|
|
@ -15,7 +15,7 @@ core_maths = { version = "0.1.1", optional = true }
|
|||
cosmic_undo_2 = { version = "0.2.0", optional = true }
|
||||
fontdb = { version = "0.23", default-features = false }
|
||||
harfrust = { version = "0.2.0", default-features = false }
|
||||
hashbrown = { version = "0.14.1", optional = true, default-features = false }
|
||||
hashbrown = { version = "0.15", optional = true, default-features = false }
|
||||
libm = { version = "0.2.8", optional = true }
|
||||
log = "0.4.20"
|
||||
modit = { version = "0.1.4", optional = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue