From 438ad770f4a5ecb5f4bbc308066ad9e808f66514 Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Sun, 16 Oct 2022 02:03:33 +0000 Subject: [PATCH] chore: uuid updated v1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bb371ca..446a822 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ tokio = {version = "1.21", features=["full"]} tracing = "0.1" tracing-subscriber = "0.3" tui = "0.19" -uuid = {version = "1.1", features = ["v4", "fast-rng"]} +uuid = {version = "1.2", features = ["v4", "fast-rng"]} [dev-dependencies]