From 9658d1f0b5b6922b5a8641b150e392a03820704b Mon Sep 17 00:00:00 2001 From: Sebastian Zivota Date: Tue, 24 May 2022 13:10:35 +0200 Subject: [PATCH] build(cargo-insta): Update uuid --- cargo-insta/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cargo-insta/Cargo.toml b/cargo-insta/Cargo.toml index 442bcd64..b5c66608 100644 --- a/cargo-insta/Cargo.toml +++ b/cargo-insta/Cargo.toml @@ -20,4 +20,4 @@ serde_json = "1.0.59" proc-macro2 = { version = "1.0.24", features = ["span-locations"] } syn = { version = "1.0.50", features = ["full", "visit", "extra-traits"] } ignore = "0.4.17" -uuid = { version = "0.8.1", features = ["v4"] } +uuid = { version = "1.0.0", features = ["v4"] }