diff --git a/Cargo.lock b/Cargo.lock index a211dc1..f05d5e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3943,9 +3943,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.23.0" +version = "1.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ac8b6f42ead25368cf5b098aeb3dc8a1a2c05a3eee8a9a1a68c640edbfc79d9" +checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76" dependencies = [ "getrandom 0.4.2", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index 46e0350..1c1fd8e 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.23.0", features = ["v7", "serde"] } +uuid = { version = "1.23.1", features = ["v7", "serde"] }