diff --git a/Cargo.lock b/Cargo.lock index 7722c81..a422c91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2983,9 +2983,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.8.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0" +checksum = "3ea73390fe27785838dcbf75b91b1d84799e28f1ce71e6f372a5dc2200c80de5" dependencies = [ "getrandom", "rand", @@ -2995,9 +2995,9 @@ dependencies = [ [[package]] name = "uuid-macro-internal" -version = "1.8.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9881bea7cbe687e36c9ab3b778c36cd0487402e270304e8b1296d5085303c1a2" +checksum = "cdb394c528d1cb434c2f0522027e50c0705305caf6d20405c07a6f7e4cf9543c" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index bf701ed..018c25b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,6 +35,6 @@ tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } utoipa = { version = "4.2.3", features = ["axum_extras", "uuid", "chrono"] } utoipa-swagger-ui = { version = "7.1.0", features = ["axum"] } -uuid = { version = "1.8.0", features = ["serde", "v4", "fast-rng", "macro-diagnostics"] } +uuid = { version = "1.9.0", features = ["serde", "v4", "fast-rng", "macro-diagnostics"] } url = "2.5.0" chrono = "0.4.38"