From c0edc4c3a11933751697d1e78357552c9a838d7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 21:59:27 +0000 Subject: [PATCH] Update Rust crate uuid to 1.8.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2586a79..e4cf8dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2127,9 +2127,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.7.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a" +checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0" dependencies = [ "getrandom", "serde", diff --git a/Cargo.toml b/Cargo.toml index 9a976e3..f6f06d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ serde_json = "1.0.114" tokio = {version = "1.36.0", features = ["full"]} chrono = {version = "0.4.37", features = ["serde"]} sqlx = {version = "0.7.4", features = ["postgres", "runtime-tokio", "chrono", "uuid", "macros", "json"]} -uuid = { version = "1.7.0", features = ["serde", "v4"] } +uuid = { version = "1.8.0", features = ["serde", "v4"] } dotenv = "0.15.0" env_logger = "0.11.3" log = "0.4.21"