diff --git a/Cargo.lock b/Cargo.lock index 37c2765..50c5ae2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3853,9 +3853,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.22.0" +version = "1.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37" +checksum = "5ac8b6f42ead25368cf5b098aeb3dc8a1a2c05a3eee8a9a1a68c640edbfc79d9" dependencies = [ "getrandom 0.4.2", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index e9d55ba..48a8cc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,4 +71,4 @@ tracing-subscriber = { version = "0.3.23", features = ["env-filter"] } url = "2.5.8" utoipa = { version = "5.4.0", features = ["axum_extras", "uuid", "chrono", "macros"] } utoipa-swagger-ui = { version = "9.0.2", features = ["axum", "reqwest"] } -uuid = { version = "1.22.0", features = ["v7", "serde"] } +uuid = { version = "1.23.0", features = ["v7", "serde"] }