From 28822928dcbae8975723af238e8dbbd3af779c3f Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Tue, 28 Jun 2022 16:25:34 -0700 Subject: [PATCH] Roll FreeType (flutter/engine#34262) See https://github.com/flutter/flutter/issues/106118 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 1ad05be57b8..38d38f7d873 100644 --- a/DEPS +++ b/DEPS @@ -411,7 +411,7 @@ deps = { Var('chromium_git') + '/external/github.com/libexpat/libexpat.git' + '@' + 'a28238bdeebc087071777001245df1876a11f5ee', 'src/third_party/freetype2': - Var('flutter_git') + '/third_party/freetype2' + '@' + '3234e16d2322c936f777d1ef046e689e78b6c52e', + Var('flutter_git') + '/third_party/freetype2' + '@' + '3bea2761290a1cbe7d8f75c1c5a7ad727f826a66', 'src/third_party/root_certificates': Var('dart_git') + '/root_certificates.git' + '@' + Var('dart_root_certificates_rev'),