From dd9de03f9d091aff0374f5294f8507a04a53f193 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2020 08:59:05 +0000 Subject: [PATCH] build(deps): bump servo-fontconfig from 0.5.0 to 0.5.1 Bumps [servo-fontconfig](https://github.com/servo/rust-fontconfig) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/servo/rust-fontconfig/releases) - [Commits](https://github.com/servo/rust-fontconfig/commits/v0.5.1) 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 3782b7ba3c5f..eb3b966f6f30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5110,9 +5110,9 @@ dependencies = [ [[package]] name = "servo-fontconfig" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b47fef69c52fb55838c756949c60595f0b855daa4e82fc52ad99ff3e03e2c70" +checksum = "c7e3e22fe5fd73d04ebf0daa049d3efe3eae55369ce38ab16d07ddd9ac5c217c" dependencies = [ "libc", "servo-fontconfig-sys",