From 812136a86eea553acaf12a9b1cc30b212d7db781 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 00:06:01 +0000 Subject: [PATCH] fix(deps): update rust crate uuid to 1.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 82db9fe..38faeb2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2070,9 +2070,9 @@ checksum = "5190c9442dcdaf0ddd50f37420417d219ae5261bbf5db120d0f9bab996c9cba1" [[package]] name = "uuid" -version = "1.1.2" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f" +checksum = "feb41e78f93363bb2df8b0e86a2ca30eed7806ea16ea0c790d757cf93f79be83" dependencies = [ "getrandom", ] diff --git a/Cargo.toml b/Cargo.toml index e397bd3..feeebe3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ tokio = { version = "1.21", features = ["rt-multi-thread", "macros"] } # Database futures-util = "0.3" sqlx = { version = "0.6", features = ["runtime-tokio-rustls", "sqlite"] } -uuid = { version = "1.1", features = ["v4"] } +uuid = { version = "1.2", features = ["v4"] } # Cryptographic crypto-utils = "0.4"