From fec97eb31cb77ca602eda6b62d949aba3a7f9cf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Nov 2020 03:03:12 +0000 Subject: [PATCH] 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[bot] --- duckscript_sdk/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/duckscript_sdk/Cargo.toml b/duckscript_sdk/Cargo.toml index 2abe7dc..342d371 100644 --- a/duckscript_sdk/Cargo.toml +++ b/duckscript_sdk/Cargo.toml @@ -25,7 +25,7 @@ include = [ [dependencies] attohttpc = "^0.15" base64 = "^0.13" -cfg-if = "^0.1" +cfg-if = "^1.0" duckscript = { version = "^0.5.1", path = "../duckscript" } fs_extra = "^1" fsio = { version = "^0.1.3", features = ["temp-path"] }