From e0ffd4e59268b1c4c3cecca29eca3876daff9981 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sat, 9 Jul 2022 19:58:42 +0100 Subject: [PATCH] bump uuid dev dep --- actix-limitation/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-limitation/Cargo.toml b/actix-limitation/Cargo.toml index 64596fffc..11d580c89 100644 --- a/actix-limitation/Cargo.toml +++ b/actix-limitation/Cargo.toml @@ -25,5 +25,5 @@ time = "0.3" [dev-dependencies] actix-web = "4" -uuid = { version = "0.8", features = ["v4"] } static_assertions = "1" +uuid = { version = "1", features = ["v4"] }