From 497b9902b25af75a217f801ed710e9a7094a1045 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 18:40:34 +0000 Subject: [PATCH] build(deps): bump ttf-parser from 0.25.0 to 0.25.1 (#34451) Bumps [ttf-parser](https://github.com/harfbuzz/ttf-parser) from 0.25.0 to 0.25.1. - [Release notes](https://github.com/harfbuzz/ttf-parser/releases) - [Changelog](https://github.com/harfbuzz/ttf-parser/blob/main/CHANGELOG.md) - [Commits](https://github.com/harfbuzz/ttf-parser/compare/v0.25.0...v0.25.1) --- updated-dependencies: - dependency-name: ttf-parser dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e86aac7f71a..1f6d89453fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7636,9 +7636,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "ttf-parser" -version = "0.25.0" +version = "0.25.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5902c5d130972a0000f60860bfbf46f7ca3db5391eddfedd1b8728bd9dc96c0e" +checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31" [[package]] name = "tungstenite"