Specify explicit version for all your dependencies

This commit is contained in:
Fabrice Reix 2021-01-09 09:51:00 +01:00
parent 1c53be8119
commit 2589d46647
2 changed files with 2 additions and 5 deletions

View File

@ -22,6 +22,7 @@ clap = "2.33.0"
curl = "0.4.33"
encoding = "0.2"
float-cmp = "0.6.0"
hurl_core = { version = "1.1.0", path = "../hurl_core" }
libflate = "1.0.2"
libxml = "0.2.12"
regex = "1.1.0"
@ -29,8 +30,6 @@ serde = "1.0.104"
serde_json = "1.0.40"
url = "2.1.0"
[dependencies.hurl_core]
path = "../hurl_core"

View File

@ -13,11 +13,9 @@ strict = []
[dependencies]
atty = "0.2.13"
clap = "2.33.0"
hurl_core = { version = "1.1.0", path = "../hurl_core" }
regex = "1.1.0"
[dependencies.hurl_core]
path = "../hurl_core"
[dev-dependencies]
proptest = "0.9.4"