mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Auto merge of #7585 - rust-lang:dependabot/cargo/core-foundation-0.7.0, r=alexcrichton
Update core-foundation requirement from 0.6.0 to 0.7.0 Updates the requirements on [core-foundation](https://github.com/servo/core-foundation-rs) to permit the latest version. <details> <summary>Commits</summary> - [`0a3ac83`](0a3ac83c1b
) Auto merge of [#349](https://github-redirect.dependabot.com/servo/core-foundation-rs/issues/349) - wez:timertypes, r=jdm - [`a119788`](a11978895e
) even more version bumps - [`6574b12`](6574b12d4a
) more version bumps! - [`0718126`](071812648a
) Auto merge of [#350](https://github-redirect.dependabot.com/servo/core-foundation-rs/issues/350) - lqf96:fix-deprecated-usage, r=jdm - [`83b6f5d`](83b6f5d20a
) Use zero-initialized array in CFURL::to_path - [`3126f15`](3126f15fd6
) adjust test - [`d3a097f`](d3a097f2a4
) Use dyn for dynamic dispatch - [`e438fc5`](e438fc54b9
) Use ? instead of try macro - [`727837f`](727837f12e
) Use MaybeUninit instead of mem::uninitialized - [`e7f687e`](e7f687e3d4
) moar version bumps - Additional commits viewable in [compare view](https://github.com/servo/core-foundation-rs/compare/core-foundation-v0.6.2...core-foundation-v0.7.0) </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
This commit is contained in:
commit
962b8de7ce
@ -76,7 +76,7 @@ im-rc = "13.0.0"
|
||||
rustc-workspace-hack = "1.0.0"
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
core-foundation = { version = "0.6.0", features = ["mac_os_10_7_support"] }
|
||||
core-foundation = { version = "0.7.0", features = ["mac_os_10_7_support"] }
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
miow = "0.3.1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user