Merge pull request #137 from sagiegurari/dependabot/cargo/cfg-if-tw-1.0

Update cfg-if requirement from ^0.1 to ^1.0
This commit is contained in:
Sagie Gur-Ari 2020-11-03 10:11:51 +02:00 committed by GitHub
commit dafd80329b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ include = [
[dependencies]
attohttpc = "^0.16"
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"] }