Skip to content

Commit

Permalink
build(deps): update core-foundation requirement from 0.6.4 to 0.7.0
Browse files Browse the repository at this point in the history
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](servo/core-foundation-rs@core-foundation-v0.6.4...core-foundation-v0.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Nov 13, 2019
1 parent d44a1d4 commit 8e08f8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion heim-common/Cargo.toml
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion heim-disk/Cargo.toml
Expand Up @@ -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"
Expand Down

0 comments on commit 8e08f8a

Please sign in to comment.