From ec6fa1be22832225ddecb61f11b543e8ec5cf83f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 20 Apr 2022 06:01:23 +0000 Subject: [PATCH] Update Rust crate uuid to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3b9f5c9..309be88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ rocket = { version = "0.5.0-rc.1", features = [ "json", "uuid" ] } # Used to (de)serialize JSON serde = { version = "1.0.133", features = [ "derive" ] } rand = "0.8.4" -uuid = { version = "0.8.2", features = ["serde"] } +uuid = { version = "1.0.0", features = ["serde"] } # Authentification jwt = "0.15.0" hmac = "0.11.0" -- 2.40.1