diff --git a/Cargo.lock b/Cargo.lock index 6117125..be3f4ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -336,7 +336,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" name = "spellbound" version = "0.2.0" dependencies = [ - "cfg-if 0.1.7", + "cfg-if 1.0.4", "cocoa", "hunspell-sys", "objc", diff --git a/Cargo.toml b/Cargo.toml index 3f449ff..dd7161a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ features = ["combaseapi", "objbase", "spellcheck"] hunspell-sys = "0.3.1" [dependencies] -cfg-if = "0.1.6" +cfg-if = "1.0.4" [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(feature, values("cargo-clippy"))'] }