Skip to content

Commit e9f7154

Browse files
build(deps): update core-foundation requirement from 0.9.4 to 0.10.0
Updates the requirements on [core-foundation](https://github.com/servo/core-foundation-rs) to permit the latest version. - [Commits](servo/core-foundation-rs@core-foundation-v0.9.4...core-foundation-v0.10.0) --- updated-dependencies: - dependency-name: core-foundation dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6241d24 commit e9f7154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compio-runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ libc = { workspace = true }
5757
windows-sys = { workspace = true, features = ["Win32_UI_WindowsAndMessaging"] }
5858

5959
[target.'cfg(target_os = "macos")'.dev-dependencies]
60-
core-foundation = "0.9.4"
60+
core-foundation = "0.10.0"
6161
block2 = "0.5.0"
6262

6363
[target.'cfg(not(any(windows, target_os = "macos")))'.dev-dependencies]

0 commit comments

Comments
 (0)