diff --git a/Cargo.lock b/Cargo.lock index 332e69e..44b428c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3841,9 +3841,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.21.0" +version = "1.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb" +checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37" dependencies = [ "getrandom 0.4.1", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index f9e10af..6dc1182 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,4 +71,4 @@ tracing-subscriber = { version = "0.3.22", 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.21.0", features = ["v7", "serde"] } +uuid = { version = "1.22.0", features = ["v7", "serde"] }