From 654baa61c618d9f12b1ce248b67c5b2e857a9631 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 08:55:12 +0000 Subject: [PATCH] chore(deps): bump uuid from 1.14.0 to 1.15.1 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.14.0 to 1.15.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.14.0...v1.15.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 ace92415..7e3381de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3756,9 +3756,9 @@ checksum = "e2eebbbfe4093922c2b6734d7c679ebfebd704a0d7e56dfcb0d05818ce28977d" [[package]] name = "uuid" -version = "1.14.0" +version = "1.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93d59ca99a559661b96bf898d8fce28ed87935fd2bea9f05983c1464dd6c71b1" +checksum = "e0f540e3240398cce6128b64ba83fdbdd86129c16a3aa1a3a252efd66eb3d587" dependencies = [ "getrandom 0.3.1", "serde", diff --git a/Cargo.toml b/Cargo.toml index 6c607dea..0a1575b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ tracing-subscriber = { version = "^0.3" } utoipa = { version = "^5.3", features = ["axum_extras", "chrono"] } utoipa-axum = { version = "^0.2" } utoipa-swagger-ui = { version = "^9.0", features = ["axum", "vendored"], default-features = false } -uuid = { version = "^1.14", features = ["v4"] } +uuid = { version = "^1.15", features = ["v4"] } [dev-dependencies] criterion = { version = "^0.5", features = ["async_tokio"] }