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