From 7762e73f739b8ae10727c7930080d71e65b03835 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2019 05:12:59 +0000 Subject: [PATCH] Update core-foundation requirement from 0.6.0 to 0.7.0 Updates the requirements on [core-foundation](https://github.com/servo/core-foundation-rs) to permit the latest version. - [Release notes](https://github.com/servo/core-foundation-rs/releases) - [Commits](https://github.com/servo/core-foundation-rs/compare/core-foundation-v0.6.2...core-foundation-v0.7.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e1dbbbcf813..f3a27e9e790 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ im-rc = "13.0.0" rustc-workspace-hack = "1.0.0" [target.'cfg(target_os = "macos")'.dependencies] -core-foundation = { version = "0.6.0", features = ["mac_os_10_7_support"] } +core-foundation = { version = "0.7.0", features = ["mac_os_10_7_support"] } [target.'cfg(windows)'.dependencies] miow = "0.3.1"