From 29cdfd401cac5761d97816e58f45a114a213bcdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 05:30:56 +0200 Subject: [PATCH] build: Bump uuid from 1.4.0 to 1.4.1 in /backend (#539) --- backend/Cargo.lock | 4 ++-- backend/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 17299e0c..206706b5 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -4954,9 +4954,9 @@ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" [[package]] name = "uuid" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d023da39d1fde5a8a3fe1f3e01ca9632ada0a63e9797de55a879d6e2236277be" +checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d" dependencies = [ "getrandom 0.2.10", "serde", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 8e7a52d8..dec2b347 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -36,7 +36,7 @@ toml = "0.7" rand = "0.8.5" time = "0.3.23" sys-locale = "0.3.0" -uuid = "1.4.0" +uuid = "1.4.1" rlimit = "0.10.0" [target.'cfg(windows)'.dependencies]