Skip to content

Commit c4629eb

Browse files
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](servo/core-foundation-rs@core-foundation-v0.7.0...core-foundation-v0.9.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 77b4058 commit c4629eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ im-rc = "15.0.0"
7575
rustc-workspace-hack = "1.0.0"
7676

7777
[target.'cfg(target_os = "macos")'.dependencies]
78-
core-foundation = { version = "0.7.0", features = ["mac_os_10_7_support"] }
78+
core-foundation = { version = "0.9.0", features = ["mac_os_10_7_support"] }
7979

8080
[target.'cfg(windows)'.dependencies]
8181
miow = "0.3.1"

0 commit comments

Comments
 (0)