Update cocoa to crates.io version (#6452)

https://github.com/servo/core-foundation-rs/pull/457 was released in
cocoa 0.25, so this patch dependency on github can be removed.

Release Notes:

- N/A
This commit is contained in:
gmorenz 2024-01-25 03:04:29 -05:00 committed by GitHub
parent 1c2859d72b
commit dd07d2f8a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 79 additions and 42 deletions

View file

@ -53,7 +53,7 @@ async-trait.workspace = true
block = "0.1"
bytes = "1.2"
byteorder = "1.4"
cocoa = "0.24"
cocoa = "0.25"
core-foundation = "0.9.3"
core-graphics = "0.22.3"
foreign-types = "0.3"