diff --git a/Cargo.lock b/Cargo.lock index 5007f7e..2c27072 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2920,9 +2920,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.6.1" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560" +checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a" dependencies = [ "getrandom", "rand", @@ -2932,9 +2932,9 @@ dependencies = [ [[package]] name = "uuid-macro-internal" -version = "1.6.1" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f49e7f3f3db8040a100710a11932239fd30697115e2ba4107080d8252939845e" +checksum = "7abb14ae1a50dad63eaa768a458ef43d298cd1bd44951677bd10b732a9ba2a2d" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 0591e40..f3e17f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,6 +34,6 @@ tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } utoipa = { version = "4.1.0", features = ["axum_extras", "uuid", "chrono"] } utoipa-swagger-ui = { version = "6.0.0", features = ["axum"] } -uuid = { version = "1.6.1", features = ["serde", "v4", "fast-rng", "macro-diagnostics"] } +uuid = { version = "1.7.0", features = ["serde", "v4", "fast-rng", "macro-diagnostics"] } url = "2.4.1" chrono = "0.4.31"