Skip to content

Commit ad36a5e

Browse files
chore(deps): update meilisearch-sdk requirement from 0.28.0 to 0.29.1 (#370)
Updates the requirements on [meilisearch-sdk](https://github.com/meilisearch/meilisearch-sdk) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/meilisearch/meilisearch-sdk/releases">meilisearch-sdk's releases</a>.</em></p> <blockquote> <h2>v0.29.1 🦀</h2> <p>Same as v0.29.0 but to make the release CI work</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/meilisearch/meilisearch-rust/commit/421808244b74b0b4c9edd5a08aae5f4a4b3b183f"><code>4218082</code></a> Merge <a href="https://redirect.github.com/meilisearch/meilisearch-sdk/issues/687">#687</a></li> <li><a href="https://github.com/meilisearch/meilisearch-rust/commit/1f52ee354de9c71e12e3e3e12691ec6fe362166c"><code>1f52ee3</code></a> Update .code-samples.meilisearch.yaml</li> <li><a href="https://github.com/meilisearch/meilisearch-rust/commit/733c3396dbb671468856b9475125d8e130b59695"><code>733c339</code></a> Update README.md</li> <li><a href="https://github.com/meilisearch/meilisearch-rust/commit/78590d7a97d17ddf96da52889b9c7afe093def56"><code>78590d7</code></a> Update README.tpl</li> <li><a href="https://github.com/meilisearch/meilisearch-rust/commit/501bf353ef52a4efb8cd2b81f09b6e5174fb2bc5"><code>501bf35</code></a> Update meilisearch-index-setting-macro/Cargo.toml</li> <li><a href="https://github.com/meilisearch/meilisearch-rust/commit/6b0740743301527da3f65000ace2dc501ce39b9c"><code>6b07407</code></a> Update Cargo.toml</li> <li><a href="https://github.com/meilisearch/meilisearch-rust/commit/abd9ce31f9986ce412da311944ce7fa8cd42f8d2"><code>abd9ce3</code></a> Merge <a href="https://redirect.github.com/meilisearch/meilisearch-sdk/issues/686">#686</a></li> <li><a href="https://github.com/meilisearch/meilisearch-rust/commit/3f7f7356bbdb346a32cbe7cbcb5dccad8f5d0512"><code>3f7f735</code></a> Add spaces</li> <li><a href="https://github.com/meilisearch/meilisearch-rust/commit/14b3a2aefc3ab86c29e794feb8b3c2fd96ef9ca8"><code>14b3a2a</code></a> Specify version again</li> <li><a href="https://github.com/meilisearch/meilisearch-rust/commit/83cdb4ae3786b8df45c4a792cb5cd2ba3dbc77fe"><code>83cdb4a</code></a> Revert &quot;Merge <a href="https://redirect.github.com/meilisearch/meilisearch-sdk/issues/685">#685</a>&quot;</li> <li>Additional commits viewable in <a href="https://github.com/meilisearch/meilisearch-sdk/compare/v0.28.0...v0.29.1">compare view</a></li> </ul> </details> <br /> You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 45e67da commit ad36a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ databend-driver = "0.27.3"
9696
futures = "0.3"
9797
lapin = "3.0.0"
9898
ldap3 = "0.11.5"
99-
meilisearch-sdk = "0.28.0"
99+
meilisearch-sdk = "0.29.1"
100100
mongodb = "3.0.1"
101101
mysql = "26.0.0"
102102
neo4rs = "0.8.0"

0 commit comments

Comments
 (0)