From 3f7fb2303cd294911c4957b134ac0fc5a6781530 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 20:44:52 +0000 Subject: [PATCH] Bump uuid from 1.16.0 to 1.17.0 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.16.0 to 1.17.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.16.0...v1.17.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.17.0 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 e94c7d2..aab633b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2168,9 +2168,9 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" [[package]] name = "uuid" -version = "1.16.0" +version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9" +checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d" dependencies = [ "getrandom 0.3.2", ] diff --git a/Cargo.toml b/Cargo.toml index 0842b6d..9d28f1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ tracing-subscriber = { version = "0.3", features = ["fmt", "ansi"], default-feat axum = { version = "0.8", features = ["tokio", "http1", "query"], default-features = false } axum-extra = { version = "0.10", features = ["cookie"], default-features = false } anyhow = { version = "1.0", features = ["std"], default-features = false } -uuid = { version = "1.16", features = ["v4"], default-features = false } +uuid = { version = "1.17", features = ["v4"], default-features = false } jsonwebtoken = { version = "9.3", default-features = false } tracing = { version = "0.1", default-features = false } config = { version = "0.15", default-features = false }