update dependencies
This commit is contained in:
parent
ee5988ff53
commit
f756a14e8a
16
Cargo.toml
16
Cargo.toml
|
@ -19,7 +19,7 @@ default-target = "x86_64-apple-darwin"
|
|||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
|
||||
[dependencies]
|
||||
bitmask-enum = "2.2.1"
|
||||
bitmask-enum = "2.2.4"
|
||||
objc = { version = "=0.3.0-beta.3", package = "objc2" }
|
||||
block = { version = "=0.2.0-alpha.6", package = "block2" }
|
||||
# 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-graphics = { git = "https://github.com/madsmtm/core-foundation-rs.git", rev = "7d593d016175755e492a92ef89edca68ac3bd5cd" }
|
||||
dispatch = "0.2.0"
|
||||
infer = { version = "0.15", optional = true }
|
||||
lazy_static = "1.4.0"
|
||||
libc = "0.2"
|
||||
os_info = "3.0.1"
|
||||
url = "2.1.1"
|
||||
uuid = { version = "1.1", features = ["v4"], optional = true }
|
||||
infer = { version = "0.16.0", optional = true }
|
||||
lazy_static = "1.5.0"
|
||||
libc = "0.2.157"
|
||||
os_info = "3.8.2"
|
||||
url = "2.5.2"
|
||||
uuid = { version = "1.10.0", features = ["v4"], optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
eval = "0.4"
|
||||
eval = "0.4.3"
|
||||
|
||||
[features]
|
||||
appkit = ["core-foundation/mac_os_10_8_features"]
|
||||
|
|
Loading…
Reference in a new issue