From b9d92c481b6ac9db797ca56bae6670ef08042c95 Mon Sep 17 00:00:00 2001 From: Kerollmops Date: Tue, 21 Jan 2025 12:22:56 +0000 Subject: [PATCH] Update version for the next release (v1.12.6) in Cargo.toml --- crates/meilisearch/Cargo.toml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/crates/meilisearch/Cargo.toml b/crates/meilisearch/Cargo.toml index 1d458af34..1baff114f 100644 --- a/crates/meilisearch/Cargo.toml +++ b/crates/meilisearch/Cargo.toml @@ -105,8 +105,16 @@ tracing-actix-web = "0.7.15" build-info = { version = "1.7.0", path = "../build-info" } roaring = "0.10.10" mopa-maintained = "0.2.3" -utoipa = { version = "5.3.1", features = ["actix_extras", "macros", "non_strict_integers", "preserve_order", "uuid", "time", "openapi_extensions"] } -utoipa-scalar = { version = "0.2.1", optional = true, features = ["actix-web"] } +utoipa = { version = "5.3.1", features = [ + "actix_extras", + "macros", + "non_strict_integers", + "preserve_order", + "uuid", + "time", + "openapi_extensions", +] } +utoipa-scalar = { version = "0.3.0", optional = true, features = ["actix-web"] } [dev-dependencies] actix-rt = "2.10.0"