From 398a991510426ec454e8450541d637473a45327b Mon Sep 17 00:00:00 2001 From: hurl-bot Date: Wed, 18 Oct 2023 13:16:45 +0000 Subject: [PATCH] Update crates --- Cargo.lock | 4 ++-- packages/hurl/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f93ada6cb..ca67250ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1159,9 +1159,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.4.1" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d" +checksum = "88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc" dependencies = [ "getrandom", "rand", diff --git a/packages/hurl/Cargo.toml b/packages/hurl/Cargo.toml index 7582365b1..3d3320c12 100644 --- a/packages/hurl/Cargo.toml +++ b/packages/hurl/Cargo.toml @@ -43,7 +43,7 @@ url = "2.4.1" 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.1", features = ["v4" , "fast-rng"] } +uuid = { version = "1.5.0", features = ["v4" , "fast-rng"] } [target.'cfg(unix)'.dependencies] termion = "2.0.1"