From 8e08f8aaa223014a6b27e023749b05ac869096a0 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:29:16 +0000 Subject: [PATCH] build(deps): update core-foundation requirement from 0.6.4 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.4...core-foundation-v0.7.0) Signed-off-by: dependabot-preview[bot] --- heim-common/Cargo.toml | 2 +- heim-disk/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/heim-common/Cargo.toml b/heim-common/Cargo.toml index 429c2ed6..e4eeb299 100644 --- a/heim-common/Cargo.toml +++ b/heim-common/Cargo.toml @@ -31,7 +31,7 @@ winapi = { version = ">=0.3.8", features = ["winnt", "minwindef", "libloaderapi" [target.'cfg(target_os = "macos")'.dependencies] mach = "0.3.2" -core-foundation = "0.6.4" +core-foundation = "0.7.0" [dev-dependencies] futures-executor = "^0.3" diff --git a/heim-disk/Cargo.toml b/heim-disk/Cargo.toml index dd933536..665706a7 100644 --- a/heim-disk/Cargo.toml +++ b/heim-disk/Cargo.toml @@ -35,7 +35,7 @@ features = ["std", "winnt", "ntdef", "fileapi", "handleapi", [target.'cfg(target_os = "macos")'.dependencies] mach = "0.3.2" -core-foundation = "0.6.4" +core-foundation = "0.7.0" [dev-dependencies] futures-executor = "^0.3"