diff --git a/Cargo.lock b/Cargo.lock index 9008a0c..f64d00b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2518,9 +2518,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.9.1" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5de17fd2f7da591098415cff336e12965a28061ddace43b59cb3c430179c9439" +checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" dependencies = [ "getrandom", ] diff --git a/Cargo.toml b/Cargo.toml index 1a551ad..2151840 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,10 +27,10 @@ tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } utoipa = { version = "4.2.3", features = ["axum_extras", "chrono"] } utoipa-swagger-ui = { version = "7.1.0", features = ["axum"] } -uuid = { version = "1.9.1", features = ["v4"] } +uuid = { version = "1.10.0", features = ["v4"] } [dev-dependencies] http-body-util = "0.1.2" mime = "0.3.17" tower = { version = "0.4.13", features = ["util"] } -uuid = { version = "1.9.1", features = ["v4"] } +uuid = { version = "1.10.0", features = ["v4"] }