nox icon indicating copy to clipboard operation
nox copied to clipboard

chore(deps): update rust crate mockito to v1.4.0

Open renovate[bot] opened this issue 2 months ago • 0 comments

Mend Renovate

This PR contains the following updates:

Package Type Update Change
mockito workspace.dependencies minor 1.2.0 -> 1.4.0

Release Notes

lipanski/mockito (mockito)

v1.4.0

Compare Source

  • [Breaking] Bump minimum supported Rust version to 1.70 and revert version constraints on the colored crate

v1.3.1

Compare Source

  • Fixed a bug where Semaphore::const_new wasn't available on Tokio < 1.30 because of the missing Tokio parking_lot feature flag
  • Use the Tokio runtime everywhere to remove the need for the futures crate (aside from futures-core)

Thanks to @​tottoto

v1.3.0

Compare Source

  • Introduced Server::new_with_opts, Server::new_with_opts_async and the ServerOpts struct to allow configuring the server host, port and enabling auto-asserts (see next item)
  • Added the assert_on_drop server option that allows you to automatically call assert() whenever your mocks go out of scope (defaults to false)
  • Expose Server::socket_address() to return the raw server SocketAddr
  • Use only required features for dependencies
  • Accept hyper::header::HeaderValue as a match_header() value

Thanks to @​andrewtoth @​alexander-jackson


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Jun 08 '24 12:06 renovate[bot]