From 615ff70b560d9787234281f2473c83baf40d64ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 02:25:06 +0000 Subject: [PATCH] Update font-kit requirement from 0.12.0 to 0.13.0 Updates the requirements on [font-kit](https://github.com/servo/font-kit) to permit the latest version. - [Commits](https://github.com/servo/font-kit/compare/v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: font-kit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 198df77..5b06359 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ num_enum = "0.7.0" bitflags = "2.0.2" [dependencies.font-kit] -version = "0.12.0" +version = "0.13.0" optional = true [workspace]