From bcd1d630f3cc1ca09a4b864b21b45aff718db62c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:40:22 +0000 Subject: [PATCH] Bump uuid from 1.5.0 to 1.6.1 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.5.0 to 1.6.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.5.0...1.6.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... 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 2ba82639c..349019a9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -629,9 +629,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.5.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc" +checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560" [[package]] name = "version_check" diff --git a/Cargo.toml b/Cargo.toml index 20f4b79b8..50fd5b262 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ idna = "0.4.0" base64 = "0.21.5" num-bigint = "0.4.4" python3-dll-a = "0.2.7" -uuid = "1.5.0" +uuid = "1.6.1" jiter = {version = "0.0.5", features = ["python"]} [lib]