Skip to content

Commit f3c0f6f

Browse files
Bump core-foundation from 0.9.4 to 0.10.0 (#45)
Bumps [core-foundation](https://github.com/servo/core-foundation-rs) from 0.9.4 to 0.10.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5342b95 commit f3c0f6f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

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

crates/fig_integrations/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dispatch = { version = "0.2.0", optional = true }
4343
macos-utils = { path = "../macos-utils" }
4444
fig_telemetry.workspace = true
4545
accessibility-sys = { path = "../macos-utils/accessibility-master/accessibility-sys", version = "0.1.3" }
46-
core-foundation = "0.9.3"
46+
core-foundation = "0.10.0"
4747
plist = "1.4.0"
4848
objc.workspace = true
4949

crates/fig_util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ whoami.workspace = true
3838

3939
[target.'cfg(target_os = "macos")'.dependencies]
4040
appkit-nsworkspace-bindings.workspace = true
41-
core-foundation = "0.9.3"
41+
core-foundation = "0.10.0"
4242
macos-utils = { path = "../macos-utils" }
4343
objc.workspace = true
4444

0 commit comments

Comments
 (0)