mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-13 06:54:54 +03:00
Update dependencies
This commit is contained in:
parent
ef4f075074
commit
eda411ed9d
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -301,9 +301,9 @@ checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
|
||||
|
||||
[[package]]
|
||||
name = "float-cmp"
|
||||
version = "0.8.0"
|
||||
version = "0.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e1267f4ac4f343772758f7b1bdcbe767c218bbab93bb432acbf5162bbf85a6c4"
|
||||
checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
|
||||
dependencies = [
|
||||
"num-traits",
|
||||
]
|
||||
@ -373,9 +373,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
||||
|
||||
[[package]]
|
||||
name = "hex-literal"
|
||||
version = "0.3.2"
|
||||
version = "0.3.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "76505e26b6ca3bbdbbb360b68472abbb80998c5fa5dc43672eca34f28258e138"
|
||||
checksum = "21e4590e13640f19f249fe3e4eca5113bc4289f2497710378190e7f4bd96f45b"
|
||||
|
||||
[[package]]
|
||||
name = "hurl"
|
||||
|
@ -25,9 +25,9 @@ clap = "2.33.3"
|
||||
colored = "2.0.0"
|
||||
curl = "0.4.38"
|
||||
encoding = "0.2.33"
|
||||
float-cmp = "0.8.0"
|
||||
float-cmp = "0.9.0"
|
||||
hex = "0.4.3"
|
||||
hex-literal = "0.3.2"
|
||||
hex-literal = "0.3.3"
|
||||
hurl_core = { version = "1.1.0", path = "../hurl_core" }
|
||||
libflate = "1.1.0"
|
||||
libxml = "0.3.0"
|
||||
|
@ -15,7 +15,7 @@ strict = []
|
||||
|
||||
|
||||
[dependencies]
|
||||
float-cmp = "0.8.0"
|
||||
float-cmp = "0.9.0"
|
||||
sxd-document = "0.3.2"
|
||||
regex = "1.5.4"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user