From 8557c8589a246faed8e7ee64c3ed9eee6e4f3557 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 06:16:44 +0100 Subject: [PATCH] chore(deps): bump uuid from 1.2.2 to 1.3.0 (#1368) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c1c648a81..86ad88b3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4830,9 +4830,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.2.2" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c" +checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79" dependencies = [ "getrandom 0.2.8", "serde", diff --git a/Cargo.toml b/Cargo.toml index 023b6a14f..05685e0dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -153,7 +153,7 @@ tracing-forest = { git = "https://github.com/QnnOkabayashi/tracing-forest.git", url = "^2.3.1" urlencoding = "2.1.2" users = "^0.11.0" -uuid = "^1.2.1" +uuid = "^1.3.0" validator = "^0.16.0"