diff --git a/Cargo.lock b/Cargo.lock index df2591fd..1c3dca82 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1413,7 +1413,7 @@ dependencies = [ "tera", "tokio", "tsync", - "utoipa 3.0.0", + "utoipa", "utoipa-swagger-ui", "uuid", "watchexec", @@ -4833,17 +4833,6 @@ version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" -[[package]] -name = "utoipa" -version = "2.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b626abb3bbbe41ce00df6dea3d109a83a034930245c3307026d82d71e7a06e43" -dependencies = [ - "indexmap", - "serde", - "utoipa-gen 2.4.2", -] - [[package]] name = "utoipa" version = "3.0.0" @@ -4853,19 +4842,7 @@ dependencies = [ "indexmap", "serde", "serde_json", - "utoipa-gen 3.0.0", -] - -[[package]] -name = "utoipa-gen" -version = "2.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "250e8cdb0461b6fbaa1c1acb7f08300d773713fab721776becf5f7386b41a791" -dependencies = [ - "proc-macro-error", - "proc-macro2", - "quote", - "syn", + "utoipa-gen", ] [[package]] @@ -4884,9 +4861,9 @@ dependencies = [ [[package]] name = "utoipa-swagger-ui" -version = "3.0.1" +version = "3.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "415579aea02656b767cf7643bbd5b89db2a6ea78147bfc9210f63552c1c5afdf" +checksum = "062bba5a3568e126ac72049a63254f4cb1da2eb713db0c1ab2a4c76be191db8c" dependencies = [ "actix-web", "mime_guess", @@ -4894,7 +4871,7 @@ dependencies = [ "rust-embed", "serde", "serde_json", - "utoipa 2.4.2", + "utoipa", "zip", ]