From 671a299198a15a0957e3ed0c5a535e0304895eb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 12:16:01 +0000 Subject: [PATCH] Update ttf-parser requirement from 0.17.0 to 0.18.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](https://github.com/RazrFalcon/ttf-parser/compare/v0.17.0...v0.18.0) --- updated-dependencies: - dependency-name: ttf-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- plotters/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotters/Cargo.toml b/plotters/Cargo.toml index 037f0ad0..7dc24748 100644 --- a/plotters/Cargo.toml +++ b/plotters/Cargo.toml @@ -32,7 +32,7 @@ optional = true path = "../plotters-svg" [target.'cfg(not(all(target_arch = "wasm32", not(target_os = "wasi"))))'.dependencies] -ttf-parser = { version = "0.17.0", optional = true } +ttf-parser = { version = "0.18.0", optional = true } lazy_static = { version = "1.4.0", optional = true } pathfinder_geometry = { version = "0.5.1", optional = true } font-kit = { version = "0.11.0", optional = true }