From 027d6d35e7ad6f9cacbffc595a13dbed3fce149f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 7 Oct 2020 05:54:00 +0000 Subject: [PATCH] build(deps): update cfg-if requirement from 0.1 to 1.0 Updates the requirements on [cfg-if](https://github.com/alexcrichton/cfg-if) to permit the latest version. - [Release notes](https://github.com/alexcrichton/cfg-if/releases) - [Commits](https://github.com/alexcrichton/cfg-if/compare/0.1.1...1.0.0) Signed-off-by: dependabot-preview[bot] --- build/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Cargo.toml b/build/Cargo.toml index b5c6e7ea..0b91bdab 100644 --- a/build/Cargo.toml +++ b/build/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" keywords = ["NodeJS", "FFI", "NAPI", "n-api"] [dependencies] -cfg-if = "0.1" +cfg-if = "1.0" [target.'cfg(windows)'.dependencies] reqwest = { version = "0.10", features = ["native-tls", "blocking"] }