diff --git a/Cargo.lock b/Cargo.lock index 17fb363..0ee2002 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3390,9 +3390,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "utoipa" -version = "5.0.0" +version = "5.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e2b34fc58a72021914a5745832024b2baa638fe771df5a35f3d1b69266bd92c" +checksum = "8861811f7213bb866cd02319acb69a15b0ef8ca46874e805bd92d488c779036a" dependencies = [ "indexmap", "serde", @@ -3402,9 +3402,9 @@ dependencies = [ [[package]] name = "utoipa-gen" -version = "5.0.0" +version = "5.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "866f11b33be38a747542f435578a164674b8922d958cc065d7f19319c19d4784" +checksum = "5fadf94f07d67df4b15e6490dd9a9d59d7374849413e7f137eafe52fdcbd0db5" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index a3a52c5..f104677 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,6 +52,6 @@ tower-http = { version = "0.6.1", features = ["full"] } tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } url = "2.5.2" -utoipa = { version = "5.0.0", features = ["axum_extras", "uuid", "chrono", "macros"] } +utoipa = { version = "5.1.1", features = ["axum_extras", "uuid", "chrono", "macros"] } utoipa-swagger-ui = { version = "8.0.0", features = ["axum", "reqwest"] } uuid = { version = "1.11.0", features = ["serde", "v4", "fast-rng", "macro-diagnostics"] }