From 7d92edbcb6b3346c17d474e3c9209615be9a5ae6 Mon Sep 17 00:00:00 2001 From: drone Date: Sat, 4 Jun 2022 00:14:31 +0000 Subject: [PATCH] Update Rust crate uuid to 1.1.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e788f13..73234e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2627,9 +2627,9 @@ checksum = "5190c9442dcdaf0ddd50f37420417d219ae5261bbf5db120d0f9bab996c9cba1" [[package]] name = "uuid" -version = "1.0.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cfcd319456c4d6ea10087ed423473267e1a071f3bc0aa89f80d60997843c6f0" +checksum = "c6d5d669b51467dcf7b2f1a796ce0f955f05f01cafda6c19d6e95f730df29238" dependencies = [ "getrandom", ] diff --git a/Cargo.toml b/Cargo.toml index 07c01f6..fee1e99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ serde_yaml = "0.8.23" env_logger = "0.9.0" serde = { version = "1.0.137", features = ["derive"] } bcrypt = "0.11.0" -uuid = { version = "1.0.0", features = ["v4"] } +uuid = { version = "1.1.1", features = ["v4"] } mime_guess = "2.0.4" askama = "0.11.1" futures-util = "0.3.21"