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:
valadaptive 2025-09-09 09:51:08 -04:00 committed by GitHub
parent 2610c869f6
commit 355b7febb1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 48 additions and 66 deletions

View file

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