Update crates

This commit is contained in:
hurl-bot 2024-01-19 03:01:42 +00:00
parent 612c90369e
commit f6f64501d6
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -61,9 +61,9 @@ dependencies = [
[[package]]
name = "anstream"
version = "0.6.8"
version = "0.6.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "628a8f9bd1e24b4e0db2b4bc2d000b001e7dd032d54afa60a68836aeec5aa54a"
checksum = "6e2e1ebcb11de5c03c67de28a7df593d32191b44939c482e97702baaaa6ab6a5"
dependencies = [
"anstyle",
"anstyle-parse",
@ -1118,9 +1118,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
[[package]]
name = "uuid"
version = "1.6.1"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560"
checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a"
dependencies = [
"getrandom",
"rand",

View File

@ -42,7 +42,7 @@ url = "2.5.0"
xml-rs = { version = "0.8.19" }
lazy_static = "1.4.0"
# uuid features: lets you generate random UUIDs and use a faster (but still sufficiently random) RNG
uuid = { version = "1.6.1", features = ["v4" , "fast-rng"] }
uuid = { version = "1.7.0", features = ["v4" , "fast-rng"] }
[target.'cfg(unix)'.dependencies]
termion = "3.0.0"