Skip to content

Update Rust crate mockito to ~1.2.0 - autoclosed

Óscar García Amor requested to merge renovate/mockito-1.x into master

This MR contains the following updates:

Package Type Update Change
mockito dev-dependencies minor ~1.0 -> ~1.2.0

Release Notes

lipanski/mockito (mockito)

v1.2.0

Compare Source

  • [Breaking] The minimum supported Rust version was bumped to 1.68.0
  • The server pool was limited to 20 servers for mac_os targets to prevent hitting the file descriptor limit

Thanks to @​kornelski

v1.1.1

Compare Source

  • Ensure with_chunked_body supports streaming responses (as opposed to writing the entire buffer in one go)

Thanks to @​kornelski

v1.1.0

Compare Source

v1.0.2

Compare Source

v1.0.1

Compare Source

  • Fixed an issue where futures::future::join_all would block the server pool.
  • Server::reset_async has been deprecated in favour of Server::reset since the former doesn't have an async implementation any more.

Configuration

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

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

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

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


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Óscar García Amor

Merge request reports