Skip to content

Commit 5488f8e

Browse files
Update ttf-parser requirement from 0.20.0 to 0.25.1
Updates the requirements on [ttf-parser](https://github.com/harfbuzz/ttf-parser) to permit the latest version. - [Release notes](https://github.com/harfbuzz/ttf-parser/releases) - [Changelog](https://github.com/harfbuzz/ttf-parser/blob/main/CHANGELOG.md) - [Commits](harfbuzz/ttf-parser@v0.20.0...v0.25.1) --- updated-dependencies: - dependency-name: ttf-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 48ed63f commit 5488f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotters/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ optional = true
3737
path = "../plotters-svg"
3838

3939
[target.'cfg(not(all(target_arch = "wasm32", not(target_os = "wasi"))))'.dependencies]
40-
ttf-parser = { version = "0.20.0", optional = true }
40+
ttf-parser = { version = "0.25.1", optional = true }
4141
lazy_static = { version = "1.4.0", optional = true }
4242
pathfinder_geometry = { version = "0.5.1", optional = true }
4343
font-kit = { version = "0.14.2", optional = true }

0 commit comments

Comments
 (0)