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"] }