From e0f44f6d540636b00ff743fbe343200272ee1dfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 00:46:45 +0000 Subject: [PATCH] Bump uuid from 1.11.0 to 1.12.0 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.11.0...1.12.0) --- 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 c2aefd1..c4802cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4708,9 +4708,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.11.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" +checksum = "744018581f9a3454a9e15beb8a33b017183f1e7c0cd170232a2d1453b23a51c4" dependencies = [ "getrandom", ] diff --git a/Cargo.toml b/Cargo.toml index af5fc2d..50cc4dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ prefixed-api-key = { version = "0.3.0", features = ["sha2"]} prettytable-rs = { version = "0.10.0"} url = { version = "2.5.2", features = ["serde"] } urlencoding = { version = "2.1.3" } -uuid = { version = "1.11.0", features = ["v7"] } +uuid = { version = "1.12.0", features = ["v7"] } zstd = { version = "0.13.2" } [dev-dependencies]