Skip to content

Commit 0b62375

Browse files
authored
Update dependencies. (#51)
Preparing for release by making sure every dependency is up-to-date.
1 parent 0827eb6 commit 0b62375

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

Cargo.lock

+18-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ fontique = { workspace = true }
4646

4747
[workspace.dependencies]
4848
fontique = { version = "0.1.0", default-features = false, path = "fontique" }
49-
skrifa = { version = "0.19.0", default-features = false }
49+
skrifa = { version = "0.19.1", default-features = false }
5050
peniko = { version = "0.1.0", default-features = false }

fontique/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ unicode-script = { version = "0.5.6", optional = true }
2828
core_maths = { version = "0.1.0", optional = true }
2929
icu_properties = "1.4.0"
3030
icu_locid = "1.4.0"
31-
hashbrown = "0.14.3"
31+
hashbrown = "0.14.5"
3232

3333
[target.'cfg(target_family="windows")'.dependencies]
3434
dwrote = "0.11.0"

0 commit comments

Comments
 (0)