From 692c7ea18f4fc6cae49ba3506915178953736a91 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2020 05:41:23 +0000 Subject: [PATCH] build(deps): update core-foundation requirement from 0.7.0 to 0.9.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.7.0...core-foundation-v0.9.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 cf1835b0..284b54f6 100644 --- a/heim-common/Cargo.toml +++ b/heim-common/Cargo.toml @@ -28,7 +28,7 @@ winapi = { version = ">=0.3.8", features = ["winnt", "minwindef", "libloaderapi" [target.'cfg(target_os = "macos")'.dependencies] mach = "0.3.2" -core-foundation = "0.7.0" +core-foundation = "0.9.0" [dev-dependencies] futures-executor = "^0.3" diff --git a/heim-disk/Cargo.toml b/heim-disk/Cargo.toml index 8de37f9b..8021908a 100644 --- a/heim-disk/Cargo.toml +++ b/heim-disk/Cargo.toml @@ -30,7 +30,7 @@ features = ["std", "winnt", "ntdef", "fileapi", "handleapi", [target.'cfg(target_os = "macos")'.dependencies] mach = "0.3.2" -core-foundation = "0.7.0" +core-foundation = "0.9.0" [dev-dependencies] heim-derive = { version = "0.1.0-beta.1", path = "../heim-derive" }