Skip to content

Commit

Permalink
Update core-foundation requirement from 0.9 to 0.10
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.0...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 Jan 25, 2025
1 parent 669ef67 commit 09c0aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ edition = '2021'
version = '0.3'
features = ['winuser']
[target.'cfg(target_os = "macos")'.dependencies]
core-foundation = '0.9'
core-foundation = '0.10'
mach = '0.3'
io-kit-sys = '0.2'

0 comments on commit 09c0aba

Please sign in to comment.