Update crates

This commit is contained in:
hurl-bot 2023-06-28 03:11:20 +00:00
parent f3337adf0e
commit 02e75dd001
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1165,9 +1165,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
[[package]]
name = "uuid"
version = "1.3.4"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fa2982af2eec27de306107c027578ff7f423d65f7250e40ce0fea8f45248b81"
checksum = "d023da39d1fde5a8a3fe1f3e01ca9632ada0a63e9797de55a879d6e2236277be"
dependencies = [
"getrandom",
"rand",

View File

@ -45,7 +45,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.3.4", features = ["v4" , "fast-rng"] }
uuid = { version = "1.4.0", features = ["v4" , "fast-rng"] }
[target.'cfg(unix)'.dependencies]
termion = "2.0.1"