Skip to content

Commit e7f7a00

Browse files
chore(deps): bump objc2-foundation from 0.2.2 to 0.3.2 (#166)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [objc2-foundation](https://github.com/madsmtm/objc2) from 0.2.2 to 0.3.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/madsmtm/objc2/commit/8b04944ffde180e526a45fe154ee51c9ae14944f"><code>8b04944</code></a> Merge pull request <a href="https://redirect.github.com/madsmtm/objc2/issues/536">#536</a> from madsmtm/new-versions</li> <li><a href="https://github.com/madsmtm/objc2/commit/a7ca37c1bf4195ec825578e47e691c7707e8ba3b"><code>a7ca37c</code></a> Remove production-readyness warning from README</li> <li><a href="https://github.com/madsmtm/objc2/commit/611e5f1d8dc7bf15fa69b1b3c6ee1ed0adcfab28"><code>611e5f1</code></a> Don't require AppKit in UI tests</li> <li><a href="https://github.com/madsmtm/objc2/commit/8e3ff1282b0305145b3185c5b70bb91ad690863e"><code>8e3ff12</code></a> Fix <code>unstable-c-unwind</code> tests</li> <li><a href="https://github.com/madsmtm/objc2/commit/cfc226e2b5ab79983e0652ef43d3e137db2c9dce"><code>cfc226e</code></a> Fix flaky UI test</li> <li><a href="https://github.com/madsmtm/objc2/commit/e2abb0d051faa5ea65cefc64e145ba8a82a7dd9f"><code>e2abb0d</code></a> Show diff for UI tests</li> <li><a href="https://github.com/madsmtm/objc2/commit/6fef80d978fa135d7f53adbae113b97ff85a1eef"><code>6fef80d</code></a> Fix tests on aarch64 / with newer LLVM</li> <li><a href="https://github.com/madsmtm/objc2/commit/3cfb7c88dcf052d9a99f3de6f256e42e137618be"><code>3cfb7c8</code></a> Fix doc test on NSMutableDictionary</li> <li><a href="https://github.com/madsmtm/objc2/commit/1eb0c10f9a3c276e9d3ce4cfa92db518ad4bdab1"><code>1eb0c10</code></a> Bump icrate version 0.0.4 -&gt; 0.1.0</li> <li><a href="https://github.com/madsmtm/objc2/commit/6712bb1d6654fd5371f519adfbcc643f59c4b7a2"><code>6712bb1</code></a> Bump block2 version 0.3.0 -&gt; 0.4.0</li> <li>Additional commits viewable in <a href="https://github.com/madsmtm/objc2/compare/objc2-0.2.2...objc-sys-0.3.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=objc2-foundation&package-manager=cargo&previous-version=0.2.2&new-version=0.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e8002d0 commit e7f7a00

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ksni = { version = "0.3", features = ["blocking"] }
3838

3939
[target.'cfg(target_os = "macos")'.dependencies]
4040
objc2-app-kit = "0.2"
41-
objc2-foundation = "0.2"
41+
objc2-foundation = "0.3"
4242

4343
[target.'cfg(target_os = "windows")'.build-dependencies]
4444
winresource = "0.1.28"

0 commit comments

Comments
 (0)