From 94603c9d4f39d8b20032ed0e9bf63681af310748 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 10:21:06 +0000 Subject: [PATCH] chore(deps): update meilisearch-sdk requirement from 0.29.1 to 0.32.0 Updates the requirements on [meilisearch-sdk](https://github.com/meilisearch/meilisearch-sdk) to permit the latest version. - [Release notes](https://github.com/meilisearch/meilisearch-sdk/releases) - [Commits](https://github.com/meilisearch/meilisearch-sdk/compare/v0.29.1...v0.32.0) --- updated-dependencies: - dependency-name: meilisearch-sdk dependency-version: 0.32.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7e8c891..cc3b738 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -100,7 +100,7 @@ databend-driver = "0.28.2" futures = "0.3" lapin = "3.0.0" ldap3 = "0.11.5" -meilisearch-sdk = "0.29.1" +meilisearch-sdk = "0.32.0" mongodb = "3.0.1" mysql = "26.0.0" neo4rs = "0.8.0"