From 788b780b39f4fc8536adb104a4bfb4a2d25c283c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 09:59:11 +0000 Subject: [PATCH] build(deps): bump uuid from 1.3.0 to 1.3.2 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.3.0 to 1.3.2. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.3.0...1.3.2) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8750693..e0628b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -770,9 +770,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.3.0" +version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79" +checksum = "4dad5567ad0cf5b760e5665964bec1b47dfd077ba8a2544b513f3556d3d239a2" [[package]] name = "vcpkg" diff --git a/Cargo.toml b/Cargo.toml index fb9a605..da02c5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ native-tls = "0.2" url = "2.2" base64 = "0.13.0" openssl = { version = "0.10", features = ["vendored"] } -uuid = "1.1.2" +uuid = "1.3.2" anyhow = "1.0.57" log = "0.4" env_logger = "0.8.4"