Skip to content

Commit

Permalink
build(deps): update core-foundation requirement from 0.9.4 to 0.10.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.
- [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]>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent d24ce51 commit d319e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compio-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ libc = { workspace = true }
windows-sys = { workspace = true, features = ["Win32_UI_WindowsAndMessaging"] }

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

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

0 comments on commit d319e1c

Please sign in to comment.