diff --git a/Cargo.lock b/Cargo.lock index fdee617..27db0b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3106,9 +3106,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.12.0" +version = "1.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "744018581f9a3454a9e15beb8a33b017183f1e7c0cd170232a2d1453b23a51c4" +checksum = "b3758f5e68192bb96cc8f9b7e2c2cfdabb435499a28499a42f8f984092adad4b" dependencies = [ "getrandom", "rand", @@ -3118,9 +3118,9 @@ dependencies = [ [[package]] name = "uuid-macro-internal" -version = "1.12.0" +version = "1.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "144b419c512fdd5eaa4c2998813e32aaab2b257746ee038de93985a99635501d" +checksum = "f8a86d88347b61a0e17b9908a67efcc594130830bf1045653784358dd023e294" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 690e103..5f48694 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 = "9.0.0", features = ["axum", "reqwest"] } -uuid = { version = "1.11.1", features = ["serde", "v4", "fast-rng", "macro-diagnostics"] } +uuid = { version = "1.12.1", features = ["serde", "v4", "fast-rng", "macro-diagnostics"] }