From 80705dae1849c8a30f87d9737fb4dc7ffbaf3425 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 10:54:31 +0000 Subject: [PATCH] Bump uuid from 1.1.1 to 1.2.1 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.1.1 to 1.2.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.1.1...1.2.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b4887aa..58ae6e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2273,7 +2273,7 @@ dependencies = [ "tracing-appender", "tracing-subscriber", "url", - "uuid 1.1.1", + "uuid 1.2.1", "vergen", "walkdir", "zip", @@ -2450,9 +2450,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.1.1" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6d5d669b51467dcf7b2f1a796ce0f955f05f01cafda6c19d6e95f730df29238" +checksum = "feb41e78f93363bb2df8b0e86a2ca30eed7806ea16ea0c790d757cf93f79be83" dependencies = [ "getrandom", "rand",