From 71a907bde0dee7db0e52eefd1074899f5667105e Mon Sep 17 00:00:00 2001 From: Sebastian Zivota Date: Tue, 31 May 2022 11:36:10 +0200 Subject: [PATCH] build(cargo-insta): Update uuid (#228) --- 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"] }