Skip to content

Comments

chore(deps): update mockito requirement from 0.31.0 to 0.32.3 in /api#171

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/api/mockito-0.32.3
Closed

chore(deps): update mockito requirement from 0.31.0 to 0.32.3 in /api#171
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/api/mockito-0.32.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2023

Updates the requirements on mockito to permit the latest version.

Release notes

Sourced from mockito's releases.

0.32.3

  • Various fixes addressing hanging/flickering tests
  • Server::new and Server::new_async now return a ServerGuard object which dereferences to Server - this is only relevant if you need to assign a type to your server
  • The server pool has been disabled and will be brought back in a future release
Commits
  • f43555a Bump to 0.32.3
  • 1fa3ef0 Merge pull request #158 from lipanski/stuff
  • cf754c6 Disable server pool for now
  • 2daf4e8 When recycling servers, check if the sender & state are still busy
  • eb60d2f Expose a ServerGuard object which dereferences to Server
  • 536d438 Stream with while not with loop
  • f3d2b0f Small refactoring in Mock::assert to avoid calling hits twice
  • 9054e18 Make sure oneshot senders don't get dropped before receiving
  • 5f3e6af Replace std:net::TcpListener with tokio::net::TcpListener
  • fa0d10d Use reqwest in tests
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

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)

Updates the requirements on [mockito](https://github.com/lipanski/mockito) to permit the latest version.
- [Release notes](https://github.com/lipanski/mockito/releases)
- [Commits](lipanski/mockito@0.31.0...0.32.3)

---
updated-dependencies:
- dependency-name: mockito
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 1, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 28, 2023

Superseded by #174.

@dependabot dependabot bot closed this Mar 28, 2023
@dependabot dependabot bot deleted the dependabot/cargo/api/mockito-0.32.3 branch March 28, 2023 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants