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] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-11-03 03:03:12 +00:00 committed by GitHub
parent c20ed30769
commit fec97eb31c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"] }