mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-25 20:12:14 +03:00
Update crates
This commit is contained in:
parent
506d3d892e
commit
2feade5a5c
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1268,9 +1268,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "uuid"
|
name = "uuid"
|
||||||
version = "1.3.0"
|
version = "1.3.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79"
|
checksum = "5b55a3fef2a1e3b3a00ce878640918820d3c51081576ac657d23af9fc7928fdb"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"getrandom",
|
"getrandom",
|
||||||
"rand",
|
"rand",
|
||||||
|
@ -45,7 +45,7 @@ url = "2.3.1"
|
|||||||
xmltree = { version = "0.10.3", features = ["attribute-order"] }
|
xmltree = { version = "0.10.3", features = ["attribute-order"] }
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
# uuid features: lets you generate random UUIDs and use a faster (but still sufficiently random) RNG
|
# uuid features: lets you generate random UUIDs and use a faster (but still sufficiently random) RNG
|
||||||
uuid = { version = "1.3.0", features = ["v4" , "fast-rng"] }
|
uuid = { version = "1.3.1", features = ["v4" , "fast-rng"] }
|
||||||
|
|
||||||
[target.'cfg(unix)'.dependencies]
|
[target.'cfg(unix)'.dependencies]
|
||||||
termion = "2.0.1"
|
termion = "2.0.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user