Skip to content

Commit 1707c0f

Browse files
committed
Update the dependencies
1 parent 90e7b5e commit 1707c0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "webtype"
3-
version = "0.16.0"
3+
version = "0.17.0"
44
edition = "2021"
55
license = "Apache-2.0/MIT"
66
authors = ["Ivan Ukhov <[email protected]>"]
@@ -13,6 +13,6 @@ categories = ["parsing"]
1313
keywords = ["font", "typeface", "typography", "woff", "woff2"]
1414

1515
[dependencies]
16-
brotli-decompressor = "2"
16+
brotli-decompressor = "4"
1717
opentype = { version = "0.38", features = ["ignore-invalid-checksums"] }
18-
typeface = "0.4.2"
18+
typeface = "0.4.3"

0 commit comments

Comments
 (0)