Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rust crate mockito to 1.4.0 #154

Merged
merged 2 commits into from
Mar 16, 2024
Merged

Update Rust crate mockito to 1.4.0 #154

merged 2 commits into from
Mar 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 26, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
mockito dev-dependencies minor 1.3.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


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 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 renovate bot force-pushed the renovate/mockito-1.x branch from 5dd9f31 to 2b4fb0b Compare March 15, 2024 10:21
@renovate renovate bot changed the title Update Rust crate mockito to 1.3.1 Update Rust crate mockito to 1.4.0 Mar 15, 2024
Mockito, by default, starts its own async runtime for the mock server.
This creates issues in async tests, which are already executed within a
runtime.
@jdno jdno merged commit 2c6d839 into main Mar 16, 2024
18 checks passed
@jdno jdno deleted the renovate/mockito-1.x branch March 16, 2024 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant