Update Rust crate cocoa to 0.26 (#17036)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [cocoa](https://togithub.com/servo/core-foundation-rs) | dependencies
| minor | `0.25` -> `0.26` |
| [cocoa](https://togithub.com/servo/core-foundation-rs) |
workspace.dependencies | minor | `0.25` -> `0.26` |

---

### Configuration

📅 **Schedule**: Branch creation - "after 3pm on Wednesday" in timezone
America/New_York, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

Release Notes:

- N/A

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41Ni4wIiwidXBkYXRlZEluVmVyIjoiMzguNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mikayla <mikayla@zed.dev>
This commit is contained in:
renovate[bot] 2024-08-28 21:57:26 -07:00 committed by GitHub
parent a4893ab561
commit eb0b6d57e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 100 additions and 35 deletions

122
Cargo.lock generated
View File

@ -1648,7 +1648,7 @@ dependencies = [
"block", "block",
"bytemuck", "bytemuck",
"codespan-reporting", "codespan-reporting",
"core-graphics-types", "core-graphics-types 0.1.3",
"glow", "glow",
"gpu-alloc", "gpu-alloc",
"gpu-alloc-ash", "gpu-alloc-ash",
@ -2287,7 +2287,7 @@ version = "0.1.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",
"core-foundation", "core-foundation 0.9.4",
"core-services", "core-services",
"exec", "exec",
"fork", "fork",
@ -2349,7 +2349,7 @@ dependencies = [
"async-tungstenite", "async-tungstenite",
"chrono", "chrono",
"clock", "clock",
"cocoa", "cocoa 0.26.0",
"collections", "collections",
"feature_flags", "feature_flags",
"fs", "fs",
@ -2408,9 +2408,25 @@ checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
dependencies = [ dependencies = [
"bitflags 1.3.2", "bitflags 1.3.2",
"block", "block",
"cocoa-foundation", "cocoa-foundation 0.1.2",
"core-foundation", "core-foundation 0.9.4",
"core-graphics", "core-graphics 0.23.2",
"foreign-types 0.5.0",
"libc",
"objc",
]
[[package]]
name = "cocoa"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
dependencies = [
"bitflags 2.6.0",
"block",
"cocoa-foundation 0.2.0",
"core-foundation 0.10.0",
"core-graphics 0.24.0",
"foreign-types 0.5.0", "foreign-types 0.5.0",
"libc", "libc",
"objc", "objc",
@ -2424,8 +2440,22 @@ checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
dependencies = [ dependencies = [
"bitflags 1.3.2", "bitflags 1.3.2",
"block", "block",
"core-foundation", "core-foundation 0.9.4",
"core-graphics-types", "core-graphics-types 0.1.3",
"libc",
"objc",
]
[[package]]
name = "cocoa-foundation"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
dependencies = [
"bitflags 2.6.0",
"block",
"core-foundation 0.10.0",
"core-graphics-types 0.2.0",
"libc", "libc",
"objc", "objc",
] ]
@ -2786,6 +2816,16 @@ dependencies = [
"libc", "libc",
] ]
[[package]]
name = "core-foundation"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]] [[package]]
name = "core-foundation-sys" name = "core-foundation-sys"
version = "0.8.7" version = "0.8.7"
@ -2799,8 +2839,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081" checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
dependencies = [ dependencies = [
"bitflags 1.3.2", "bitflags 1.3.2",
"core-foundation", "core-foundation 0.9.4",
"core-graphics-types", "core-graphics-types 0.1.3",
"foreign-types 0.5.0",
"libc",
]
[[package]]
name = "core-graphics"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
dependencies = [
"bitflags 2.6.0",
"core-foundation 0.10.0",
"core-graphics-types 0.2.0",
"foreign-types 0.5.0", "foreign-types 0.5.0",
"libc", "libc",
] ]
@ -2812,7 +2865,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
dependencies = [ dependencies = [
"bitflags 1.3.2", "bitflags 1.3.2",
"core-foundation", "core-foundation 0.9.4",
"libc",
]
[[package]]
name = "core-graphics-types"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
dependencies = [
"bitflags 2.6.0",
"core-foundation 0.10.0",
"libc", "libc",
] ]
@ -2822,7 +2886,7 @@ version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd" checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
dependencies = [ dependencies = [
"core-foundation", "core-foundation 0.9.4",
] ]
[[package]] [[package]]
@ -2831,8 +2895,8 @@ version = "20.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5" checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
dependencies = [ dependencies = [
"core-foundation", "core-foundation 0.9.4",
"core-graphics", "core-graphics 0.23.2",
"foreign-types 0.5.0", "foreign-types 0.5.0",
"libc", "libc",
] ]
@ -4252,8 +4316,8 @@ source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c004
dependencies = [ dependencies = [
"bitflags 2.6.0", "bitflags 2.6.0",
"byteorder", "byteorder",
"core-foundation", "core-foundation 0.9.4",
"core-graphics", "core-graphics 0.23.2",
"core-text", "core-text",
"dirs 5.0.1", "dirs 5.0.1",
"dwrote", "dwrote",
@ -4380,7 +4444,7 @@ dependencies = [
"ashpd", "ashpd",
"async-tar", "async-tar",
"async-trait", "async-trait",
"cocoa", "cocoa 0.26.0",
"collections", "collections",
"fsevent", "fsevent",
"futures 0.3.30", "futures 0.3.30",
@ -4419,7 +4483,7 @@ name = "fsevent"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"bitflags 2.6.0", "bitflags 2.6.0",
"core-foundation", "core-foundation 0.9.4",
"fsevent-sys 3.1.0", "fsevent-sys 3.1.0",
"parking_lot", "parking_lot",
"tempfile", "tempfile",
@ -4889,11 +4953,11 @@ dependencies = [
"calloop", "calloop",
"calloop-wayland-source", "calloop-wayland-source",
"cbindgen", "cbindgen",
"cocoa", "cocoa 0.26.0",
"collections", "collections",
"core-foundation", "core-foundation 0.9.4",
"core-foundation-sys", "core-foundation-sys",
"core-graphics", "core-graphics 0.23.2",
"core-text", "core-text",
"cosmic-text", "cosmic-text",
"ctor", "ctor",
@ -6422,7 +6486,7 @@ dependencies = [
"async-broadcast", "async-broadcast",
"async-trait", "async-trait",
"collections", "collections",
"core-foundation", "core-foundation 0.9.4",
"futures 0.3.30", "futures 0.3.30",
"gpui", "gpui",
"live_kit_server", "live_kit_server",
@ -6720,7 +6784,7 @@ version = "0.1.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bindgen 0.65.1", "bindgen 0.65.1",
"core-foundation", "core-foundation 0.9.4",
"foreign-types 0.5.0", "foreign-types 0.5.0",
"metal", "metal",
"objc", "objc",
@ -6775,7 +6839,7 @@ checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
dependencies = [ dependencies = [
"bitflags 2.6.0", "bitflags 2.6.0",
"block", "block",
"core-graphics-types", "core-graphics-types 0.1.3",
"foreign-types 0.5.0", "foreign-types 0.5.0",
"log", "log",
"objc", "objc",
@ -8749,8 +8813,8 @@ version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1" checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
dependencies = [ dependencies = [
"cocoa", "cocoa 0.25.0",
"core-graphics", "core-graphics 0.23.2",
"objc", "objc",
"raw-window-handle", "raw-window-handle",
] ]
@ -9729,7 +9793,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
dependencies = [ dependencies = [
"bitflags 2.6.0", "bitflags 2.6.0",
"core-foundation", "core-foundation 0.9.4",
"core-foundation-sys", "core-foundation-sys",
"libc", "libc",
"security-framework-sys", "security-framework-sys",
@ -10981,7 +11045,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
dependencies = [ dependencies = [
"bitflags 1.3.2", "bitflags 1.3.2",
"core-foundation", "core-foundation 0.9.4",
"system-configuration-sys", "system-configuration-sys",
] ]
@ -11411,7 +11475,7 @@ dependencies = [
name = "time_format" name = "time_format"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"core-foundation", "core-foundation 0.9.4",
"core-foundation-sys", "core-foundation-sys",
"sys-locale", "sys-locale",
"time", "time",

View File

@ -330,7 +330,7 @@ cargo_toml = "0.20"
chrono = { version = "0.4", features = ["serde"] } chrono = { version = "0.4", features = ["serde"] }
clap = { version = "4.4", features = ["derive"] } clap = { version = "4.4", features = ["derive"] }
clickhouse = "0.12.0" clickhouse = "0.12.0"
cocoa = "0.25" cocoa = "0.26"
core-foundation = "0.9.3" core-foundation = "0.9.3"
core-foundation-sys = "0.8.6" core-foundation-sys = "0.8.6"
ctor = "0.2.6" ctor = "0.2.6"

View File

@ -35,7 +35,7 @@ util.workspace = true
[target.'cfg(target_os = "macos")'.dependencies] [target.'cfg(target_os = "macos")'.dependencies]
fsevent.workspace = true fsevent.workspace = true
objc = "0.2" objc = "0.2"
cocoa = "0.25" cocoa = "0.26"
[target.'cfg(not(target_os = "macos"))'.dependencies] [target.'cfg(not(target_os = "macos"))'.dependencies]
notify = "6.1.1" notify = "6.1.1"

View File

@ -4,7 +4,7 @@ use crate::{
RenderGlyphParams, Result, ShapedGlyph, ShapedRun, SharedString, Size, SUBPIXEL_VARIANTS, RenderGlyphParams, Result, ShapedGlyph, ShapedRun, SharedString, Size, SUBPIXEL_VARIANTS,
}; };
use anyhow::anyhow; use anyhow::anyhow;
use cocoa::appkit::{CGFloat, CGPoint}; use cocoa::appkit::CGFloat;
use collections::HashMap; use collections::HashMap;
use core_foundation::{ use core_foundation::{
attributed_string::CFMutableAttributedString, attributed_string::CFMutableAttributedString,
@ -16,6 +16,7 @@ use core_graphics::{
base::{kCGImageAlphaPremultipliedLast, CGGlyph}, base::{kCGImageAlphaPremultipliedLast, CGGlyph},
color_space::CGColorSpace, color_space::CGColorSpace,
context::CGContext, context::CGContext,
display::CGPoint,
}; };
use core_text::{ use core_text::{
font::CTFont, font::CTFont,

View File

@ -9,7 +9,7 @@ use crate::{
use block::ConcreteBlock; use block::ConcreteBlock;
use cocoa::{ use cocoa::{
appkit::{ appkit::{
CGPoint, NSApplication, NSBackingStoreBuffered, NSColor, NSEvent, NSEventModifierFlags, NSApplication, NSBackingStoreBuffered, NSColor, NSEvent, NSEventModifierFlags,
NSFilenamesPboardType, NSPasteboard, NSScreen, NSView, NSViewHeightSizable, NSFilenamesPboardType, NSPasteboard, NSScreen, NSView, NSViewHeightSizable,
NSViewWidthSizable, NSWindow, NSWindowButton, NSWindowCollectionBehavior, NSViewWidthSizable, NSWindow, NSWindowButton, NSWindowCollectionBehavior,
NSWindowOcclusionState, NSWindowStyleMask, NSWindowTitleVisibility, NSWindowOcclusionState, NSWindowStyleMask, NSWindowTitleVisibility,
@ -20,7 +20,7 @@ use cocoa::{
NSSize, NSString, NSUInteger, NSSize, NSString, NSUInteger,
}, },
}; };
use core_graphics::display::{CGDirectDisplayID, CGRect}; use core_graphics::display::{CGDirectDisplayID, CGPoint, CGRect};
use ctor::ctor; use ctor::ctor;
use futures::channel::oneshot; use futures::channel::oneshot;
use objc::{ use objc::{
@ -54,7 +54,7 @@ static mut VIEW_CLASS: *const Class = ptr::null();
#[allow(non_upper_case_globals)] #[allow(non_upper_case_globals)]
const NSWindowStyleMaskNonactivatingPanel: NSWindowStyleMask = const NSWindowStyleMaskNonactivatingPanel: NSWindowStyleMask =
unsafe { NSWindowStyleMask::from_bits_unchecked(1 << 7) }; NSWindowStyleMask::from_bits_retain(1 << 7);
#[allow(non_upper_case_globals)] #[allow(non_upper_case_globals)]
const NSNormalWindowLevel: NSInteger = 0; const NSNormalWindowLevel: NSInteger = 0;
#[allow(non_upper_case_globals)] #[allow(non_upper_case_globals)]