update dependencies

This commit is contained in:
Alex Janka 2024-08-19 15:30:30 +10:00
parent ee5988ff53
commit f756a14e8a

View file

@ -19,7 +19,7 @@ default-target = "x86_64-apple-darwin"
rustdoc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs"]
[dependencies] [dependencies]
bitmask-enum = "2.2.1" bitmask-enum = "2.2.4"
objc = { version = "=0.3.0-beta.3", package = "objc2" } objc = { version = "=0.3.0-beta.3", package = "objc2" }
block = { version = "=0.2.0-alpha.6", package = "block2" } block = { version = "=0.2.0-alpha.6", package = "block2" }
# Temporary: Patched versions that implement `Encode` for common types # Temporary: Patched versions that implement `Encode` for common types
@ -27,15 +27,15 @@ block = { version = "=0.2.0-alpha.6", package = "block2" }
core-foundation = { git = "https://github.com/madsmtm/core-foundation-rs.git", rev = "7d593d016175755e492a92ef89edca68ac3bd5cd" } core-foundation = { git = "https://github.com/madsmtm/core-foundation-rs.git", rev = "7d593d016175755e492a92ef89edca68ac3bd5cd" }
core-graphics = { git = "https://github.com/madsmtm/core-foundation-rs.git", rev = "7d593d016175755e492a92ef89edca68ac3bd5cd" } core-graphics = { git = "https://github.com/madsmtm/core-foundation-rs.git", rev = "7d593d016175755e492a92ef89edca68ac3bd5cd" }
dispatch = "0.2.0" dispatch = "0.2.0"
infer = { version = "0.15", optional = true } infer = { version = "0.16.0", optional = true }
lazy_static = "1.4.0" lazy_static = "1.5.0"
libc = "0.2" libc = "0.2.157"
os_info = "3.0.1" os_info = "3.8.2"
url = "2.1.1" url = "2.5.2"
uuid = { version = "1.1", features = ["v4"], optional = true } uuid = { version = "1.10.0", features = ["v4"], optional = true }
[dev-dependencies] [dev-dependencies]
eval = "0.4" eval = "0.4.3"
[features] [features]
appkit = ["core-foundation/mac_os_10_8_features"] appkit = ["core-foundation/mac_os_10_8_features"]