diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 1527a29e..5945b9a2 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -4341,9 +4341,9 @@ dependencies = [ [[package]] name = "utoipa-swagger-ui" -version = "7.1.1-alpha.1" +version = "7.1.1-beta.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65b6e619d2a6f3ff81e5cd5d14435fb34fb171dd1f9c94e81b436238ac1e4096" +checksum = "29b029ce8a80bdcea303d138951a23a33303d1a3365b20c32a9e0ac3876aa6d7" dependencies = [ "actix-web", "mime_guess", diff --git a/backend/backend/Cargo.toml b/backend/backend/Cargo.toml index 2fbf3548..6144ee25 100644 --- a/backend/backend/Cargo.toml +++ b/backend/backend/Cargo.toml @@ -54,7 +54,7 @@ serde_yml = "0.0.12" # Generating openapi spec utoipa.workspace = true -utoipa-swagger-ui = { version = "7.1.1-alpha.1", features = ["actix-web", "debug-embed", "reqwest"] } +utoipa-swagger-ui = { version = "7.1.1-beta.0", features = ["actix-web", "debug-embed", "reqwest"] } utoipa-scalar = { version = "0.2.0-alpha.0", features = ["actix-web"] } utoipauto = { version = "0.1.14", features = ["generic_full_path"] }