Skip to content

Commit 0681499

Browse files
Update ttf-parser requirement from 0.15.0 to 0.17.0
Updates the requirements on [ttf-parser](https://github.com/RazrFalcon/ttf-parser) to permit the latest version. - [Release notes](https://github.com/RazrFalcon/ttf-parser/releases) - [Changelog](https://github.com/RazrFalcon/ttf-parser/blob/master/CHANGELOG.md) - [Commits](harfbuzz/ttf-parser@v0.15.0...v0.17.0) --- updated-dependencies: - dependency-name: ttf-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c202b9c commit 0681499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotters/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ optional = true
3232
path = "../plotters-svg"
3333

3434
[target.'cfg(not(all(target_arch = "wasm32", not(target_os = "wasi"))))'.dependencies]
35-
ttf-parser = { version = "0.15.0", optional = true }
35+
ttf-parser = { version = "0.17.0", optional = true }
3636
lazy_static = { version = "1.4.0", optional = true }
3737
pathfinder_geometry = { version = "0.5.1", optional = true }
3838
font-kit = { version = "0.11.0", optional = true }

0 commit comments

Comments
 (0)