diff --git a/Cargo.lock b/Cargo.lock index 3a8251965..f29e8edf4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4297,9 +4297,9 @@ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" [[package]] name = "utoipa" -version = "3.4.4" +version = "3.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de634b7f8178c9c246c88ea251f3a0215c9a4d80778db2d7bd4423a78b5170ec" +checksum = "d82b1bc5417102a73e8464c686eef947bdfb99fcdfc0a4f228e81afa9526470a" dependencies = [ "indexmap 2.0.0", "serde", @@ -4310,9 +4310,9 @@ dependencies = [ [[package]] name = "utoipa-gen" -version = "3.4.5" +version = "3.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fcba79cb3e5020d9bcc8313cd5aadaf51d6d54a6b3fd08c3d0360ae6b3c83d0" +checksum = "05d96dcd6fc96f3df9b3280ef480770af1b7c5d14bc55192baa9b067976d920c" dependencies = [ "proc-macro-error", "proc-macro2 1.0.66", diff --git a/devolutions-gateway/Cargo.toml b/devolutions-gateway/Cargo.toml index e781bc7eb..da8ecc21a 100644 --- a/devolutions-gateway/Cargo.toml +++ b/devolutions-gateway/Cargo.toml @@ -76,7 +76,7 @@ axum-extra = { version = "0.7.7", features = ["query", "async-read-body"] } tower-http = { version = "0.4.3", features = ["cors", "fs"] } # OpenAPI generator -utoipa = { version = "3.4.4", default-features = false, features = ["uuid", "chrono"], optional = true } +utoipa = { version = "3.5.0", default-features = false, features = ["uuid", "chrono"], optional = true } # Safe pin projection pin-project-lite = "0.2.11" diff --git a/tools/generate-openapi/Cargo.toml b/tools/generate-openapi/Cargo.toml index 436c99181..2162eb640 100644 --- a/tools/generate-openapi/Cargo.toml +++ b/tools/generate-openapi/Cargo.toml @@ -7,4 +7,4 @@ publish = false [dependencies] devolutions-gateway = { path = "../../devolutions-gateway", features = ["openapi"] } -utoipa = { version = "3.4.4", default-features = false, features = ["uuid", "chrono", "yaml"] } +utoipa = { version = "3.5.0", default-features = false, features = ["uuid", "chrono", "yaml"] }