diff --git a/Cargo.toml b/Cargo.toml index 639e96c..39d1145 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ 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 } +infer = { version = "0.16", optional = true } lazy_static = "1.4.0" libc = "0.2" os_info = "3.0.1"