From 55ba5ecea2fc07a6b0b06ca81e3553f2a055f8fb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 26 May 2020 08:02:48 +0000 Subject: [PATCH] Bump truetype from 0.26.0 to 0.26.2 Bumps [truetype](https://github.com/bodoni/truetype) from 0.26.0 to 0.26.2. - [Release notes](https://github.com/bodoni/truetype/releases) - [Commits](https://github.com/bodoni/truetype/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7a13dc062dc..c7b1d6dfb4a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6103,9 +6103,9 @@ checksum = "e3aa118469b61af5fead107a4882dc4661a05591b6653bbc546c1c8bbc181047" [[package]] name = "truetype" -version = "0.26.0" +version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acec30350633d6dac9dc1a625786b6cbe9150664be941aac2c35ad7199eab877" +checksum = "6a4557422979ca99d0ffebef23d01185dde76153f09aa2840863ed60ad8e2fec" [[package]] name = "try-lock"