From 422fe3edd9cd26dfb83f6e47dc8573368f2856a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 22:30:42 +0000 Subject: [PATCH] build(deps): bump uuid from 1.11.0 to 1.11.1 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.11.0 to 1.11.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.11.0...1.11.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cb877b1..4a96492 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3086,9 +3086,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.11.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" +checksum = "b913a3b5fe84142e269d63cc62b64319ccaf89b748fc31fe025177f767a756c4" dependencies = [ "getrandom", "rand", @@ -3098,9 +3098,9 @@ dependencies = [ [[package]] name = "uuid-macro-internal" -version = "1.11.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b91f57fe13a38d0ce9e28a03463d8d3c2468ed03d75375110ec71d93b449a08" +checksum = "c91084647266237a48351d05d55dee65bba9e1b597f555fcf54680f820284a1c" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 5b97ead..3bc973d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,4 +31,4 @@ tracing-subscriber = { version = "0.3.19", features = ["env-filter"] } url = "2.5.4" utoipa = { version = "5.3.1", features = ["axum_extras", "uuid", "chrono", "macros"] } utoipa-swagger-ui = { version = "8.1.0", features = ["axum", "reqwest"] } -uuid = { version = "1.11.0", features = ["serde", "v4", "fast-rng", "macro-diagnostics"] } +uuid = { version = "1.11.1", features = ["serde", "v4", "fast-rng", "macro-diagnostics"] }