From 1f4e9e73b4c91920a771d7955bc45c65e1c7a326 Mon Sep 17 00:00:00 2001 From: drone Date: Sat, 11 Jun 2022 00:10:25 +0000 Subject: [PATCH] Update Rust crate uuid to 1.1.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1fc6d2f..a149c74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2600,9 +2600,9 @@ checksum = "5190c9442dcdaf0ddd50f37420417d219ae5261bbf5db120d0f9bab996c9cba1" [[package]] name = "uuid" -version = "1.1.1" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6d5d669b51467dcf7b2f1a796ce0f955f05f01cafda6c19d6e95f730df29238" +checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f" dependencies = [ "getrandom", ] diff --git a/Cargo.toml b/Cargo.toml index fee1e99..07c9460 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.1.1", features = ["v4"] } +uuid = { version = "1.1.2", features = ["v4"] } mime_guess = "2.0.4" askama = "0.11.1" futures-util = "0.3.21"