From 86bc37d7b107a5e60a458d8c2ccd33f7776b0cf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 20:41:35 +0000 Subject: [PATCH] chore(deps): bump uuid from 1.15.1 to 1.16.0 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.15.1 to 1.16.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.15.1...v1.16.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 7f68a837..0ea5c3d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3740,9 +3740,9 @@ checksum = "e2eebbbfe4093922c2b6734d7c679ebfebd704a0d7e56dfcb0d05818ce28977d" [[package]] name = "uuid" -version = "1.15.1" +version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0f540e3240398cce6128b64ba83fdbdd86129c16a3aa1a3a252efd66eb3d587" +checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9" dependencies = [ "getrandom 0.3.1", "serde", diff --git a/Cargo.toml b/Cargo.toml index 322dc3f8..d527f92d 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.15", features = ["v4"] } +uuid = { version = "^1.16", features = ["v4"] } [dev-dependencies] criterion = { version = "^0.5", features = ["async_tokio"] }