update servicepoint
This commit is contained in:
parent
ae0dae8201
commit
085b2adb1b
2 changed files with 4 additions and 3 deletions
|
@ -4,6 +4,7 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
publish = false
|
||||
license = "GPL-3.0-or-later"
|
||||
keywords = ["cccb", "cccb-servicepoint", "cli"]
|
||||
|
||||
[dependencies]
|
||||
# basics
|
||||
|
@ -13,7 +14,7 @@ clap = { version = "4.5", features = ["derive"] }
|
|||
thiserror = "2.0"
|
||||
|
||||
# package parsing
|
||||
servicepoint = { version = "0.13.0", features = ["all_compressions"] }
|
||||
servicepoint = { version = "0.13.2", features = ["all_compressions"] }
|
||||
|
||||
# font rendering
|
||||
font-kit = "0.14.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue