Skip to content

Commit c1fcfdc

Browse files
Update font-kit requirement from 0.4.0 to 0.5.0
Updates the requirements on [font-kit](https://github.com/servo/font-kit) to permit the latest version. - [Release notes](https://github.com/servo/font-kit/releases) - [Commits](https://github.com/servo/font-kit/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent c59d6d7 commit c1fcfdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ features = ["std"]
2525
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
2626
rusttype = {version = "0.8.1", optional = true}
2727
lazy_static = {version = "^1.2", optional = true }
28-
font-kit = {version = "0.4.0", optional = true }
28+
font-kit = {version = "0.5.0", optional = true }
2929
piston_window = {version = "0.105.0", optional = true}
3030

3131
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.image]

0 commit comments

Comments
 (0)