Skip to content
This repository was archived by the owner on Mar 24, 2023. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 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] <[email protected]>
@dependabot dependabot bot added C-dependency Update a dependency L-rust Tag the Rust ecosystem R-ignore Do not add this pull request to the release notes labels Feb 20, 2023
@dependabot dependabot bot requested a review from jdno February 20, 2023 23:01
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 6, 2023

Superseded by #81.

@dependabot dependabot bot closed this Mar 6, 2023
@dependabot dependabot bot deleted the dependabot/cargo/mockito-0.32.3 branch March 6, 2023 23:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

C-dependency Update a dependency L-rust Tag the Rust ecosystem R-ignore Do not add this pull request to the release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants