From 63a8e5687ce0b016c68db80ba4e38dd73a25ba63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 09:38:56 +0000 Subject: [PATCH] Bump core-graphics-types from 0.1.0 to 0.1.1 Bumps [core-graphics-types](https://github.com/servo/core-foundation-rs) from 0.1.0 to 0.1.1. - [Release notes](https://github.com/servo/core-foundation-rs/releases) - [Commits](https://github.com/servo/core-foundation-rs/compare/core-graphics-types-v0.1.0...core-graphics-types-v0.1.1) --- updated-dependencies: - dependency-name: core-graphics-types dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e331f8260dc8d..6ceea2331800a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1083,9 +1083,9 @@ dependencies = [ [[package]] name = "core-graphics-types" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e92f5d519093a4178296707dbaa3880eae85a5ef5386675f361a1cf25376e93c" +checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b" dependencies = [ "bitflags", "core-foundation 0.9.0",