Skip to content

Commit 6122c78

Browse files
Merge #430
430: Update mockito requirement from 0.31.0 to 0.32.3 r=bidoubiwa a=dependabot[bot] Updates the requirements on [mockito](https://github.com/lipanski/mockito) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lipanski/mockito/releases">mockito's releases</a>.</em></p> <blockquote> <h2>0.32.3</h2> <ul> <li><a href="https://github-redirect.dependabot.com/lipanski/mockito/pull/158">Various fixes</a> addressing hanging/flickering tests</li> <li><code>Server::new</code> and <code>Server::new_async</code> now return a <code>ServerGuard</code> object which dereferences to <code>Server</code> - this is only relevant if you need to assign a type to your server</li> <li>The server pool has been disabled and will be brought back in a future release</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lipanski/mockito/commit/f43555aab224b059525b839ed99944262d7fcb16"><code>f43555a</code></a> Bump to 0.32.3</li> <li><a href="https://github.com/lipanski/mockito/commit/1fa3ef038fda7f69fa77d63b95054ad0fc4c6f6f"><code>1fa3ef0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/lipanski/mockito/issues/158">#158</a> from lipanski/stuff</li> <li><a href="https://github.com/lipanski/mockito/commit/cf754c6f7d0e98ce84567baaf55aa4608cc76432"><code>cf754c6</code></a> Disable server pool for now</li> <li><a href="https://github.com/lipanski/mockito/commit/2daf4e88db8477e4f0c3345748fce7ed9ef6108b"><code>2daf4e8</code></a> When recycling servers, check if the sender &amp; state are still busy</li> <li><a href="https://github.com/lipanski/mockito/commit/eb60d2f573a81052bdc851a1d681bb2990b94148"><code>eb60d2f</code></a> Expose a ServerGuard object which dereferences to Server</li> <li><a href="https://github.com/lipanski/mockito/commit/536d43856b57d61bcc891280c073c15df46ee66a"><code>536d438</code></a> Stream with while not with loop</li> <li><a href="https://github.com/lipanski/mockito/commit/f3d2b0f767dfd553d781aa2ad25a7c102178b165"><code>f3d2b0f</code></a> Small refactoring in Mock::assert to avoid calling hits twice</li> <li><a href="https://github.com/lipanski/mockito/commit/9054e1872276729cff17883367d374be9bf3d3f5"><code>9054e18</code></a> Make sure oneshot senders don't get dropped before receiving</li> <li><a href="https://github.com/lipanski/mockito/commit/5f3e6af01395b6360d7efbe1ffc268544f5bcd8a"><code>5f3e6af</code></a> Replace std:net::TcpListener with tokio::net::TcpListener</li> <li><a href="https://github.com/lipanski/mockito/commit/fa0d10d41b02364f3777a2ad31f93291b4683bf7"><code>fa0d10d</code></a> Use reqwest in tests</li> <li>Additional commits viewable in <a href="https://github.com/lipanski/mockito/compare/0.31.0...0.32.3">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` 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents 07ebd53 + c3051cf commit 6122c78

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
@@ -45,7 +45,7 @@ isahc-static-curl = ["isahc/static-curl"]
4545
env_logger = "0.10"
4646
futures-await-test = "0.3"
4747
futures = "0.3"
48-
mockito = "0.31.0"
48+
mockito = "0.32.3"
4949
meilisearch-test-macro = { path = "meilisearch-test-macro" }
5050
tokio = { version = "1", features = ["rt", "macros"] }
5151

0 commit comments

Comments
 (0)