mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-13 06:54:54 +03:00
Update crates
This commit is contained in:
parent
4028d2a5dc
commit
ee6d01b150
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1217,9 +1217,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
||||
|
||||
[[package]]
|
||||
name = "uuid"
|
||||
version = "1.4.0"
|
||||
version = "1.4.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d023da39d1fde5a8a3fe1f3e01ca9632ada0a63e9797de55a879d6e2236277be"
|
||||
checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"
|
||||
dependencies = [
|
||||
"getrandom",
|
||||
"rand",
|
||||
|
@ -44,7 +44,7 @@ url = "2.4.0"
|
||||
xmltree = { version = "0.10.3", features = ["attribute-order"] }
|
||||
lazy_static = "1.4.0"
|
||||
# uuid features: lets you generate random UUIDs and use a faster (but still sufficiently random) RNG
|
||||
uuid = { version = "1.4.0", features = ["v4" , "fast-rng"] }
|
||||
uuid = { version = "1.4.1", features = ["v4" , "fast-rng"] }
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
termion = "2.0.1"
|
||||
|
Loading…
Reference in New Issue
Block a user