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"] }