From 4e5e065cae2c7b84c4e7d95fd510ec90130ab337 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 03:40:42 +0000 Subject: [PATCH] chore(deps): update rust crate uuid to 1.6 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6f766111..05ccddca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3441,9 +3441,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.5.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc" +checksum = "c58fe91d841bc04822c9801002db4ea904b9e4b8e6bbad25127b46eff8dc516b" dependencies = [ "getrandom", ] diff --git a/Cargo.toml b/Cargo.toml index 56d45d35..76e81f57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ tokio = { version = "1.34.0", features = ["full"] } tokio-util = {version="0.7.10", features = ["full"]} untildify = "0.1.1" url-parse = "1.0.7" -uuid = { version = "1.5", features = ["v4"] } +uuid = { version = "1.6", features = ["v4"] } warpy = "0.3.35" [dev-dependencies]