Add cargo-deny to the CI of this crate (#45)

This commit is contained in:
Jasper Bekkers 2022-11-21 12:40:06 +01:00 committed by GitHub
parent 6249b0e037
commit e6df88f698
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 275 additions and 1 deletions

View file

@ -13,7 +13,7 @@ fontdb = { version = "0.10", default-features = false }
libm = "0.2"
log = "0.4"
ouroboros = "0.15.5"
rustybuzz = { version = "0.5", default-features = false, features = ["libm"]}
rustybuzz = { version = "0.6", default-features = false, features = ["libm"]}
swash = { version = "0.1", optional = true }
syntect = { version = "5.0", optional = true }
sys-locale = { version = "0.2", optional = true }