Skip to content

Commit

Permalink
build(deps): update core-foundation requirement from 0.7.0 to 0.9.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.7.0...core-foundation-v0.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Jun 30, 2020
1 parent 1275457 commit 692c7ea
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 @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion heim-disk/Cargo.toml
Expand Up @@ -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" }
Expand Down

0 comments on commit 692c7ea

Please sign in to comment.