Skip to content

Commit

Permalink
Update dependencies. (#51)
Browse files Browse the repository at this point in the history
Preparing for release by making sure every dependency is up-to-date.
  • Loading branch information
xStrom authored May 1, 2024
1 parent 0827eb6 commit 0b62375
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
36 changes: 18 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ fontique = { workspace = true }

[workspace.dependencies]
fontique = { version = "0.1.0", default-features = false, path = "fontique" }
skrifa = { version = "0.19.0", default-features = false }
skrifa = { version = "0.19.1", default-features = false }
peniko = { version = "0.1.0", default-features = false }
2 changes: 1 addition & 1 deletion fontique/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ unicode-script = { version = "0.5.6", optional = true }
core_maths = { version = "0.1.0", optional = true }
icu_properties = "1.4.0"
icu_locid = "1.4.0"
hashbrown = "0.14.3"
hashbrown = "0.14.5"

[target.'cfg(target_family="windows")'.dependencies]
dwrote = "0.11.0"
Expand Down

0 comments on commit 0b62375

Please sign in to comment.