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

Bump cargo-nextest from 0.9.49 to 0.9.51 #211

Merged
merged 3 commits into from
Mar 26, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps cargo-nextest from 0.9.49 to 0.9.51.

Release notes

Sourced from cargo-nextest's releases.

cargo-nextest 0.9.51

Changed

  • The definition of threads-required has changed slightly. Previously, it was possible for global and group concurrency limits to be exceeded in some circumstances. Now, concurrency limits are never exceeded. This enables some new use cases, such as being able to declare that a test to be mutually exclusive with all other tests globally.

cargo-nextest 0.9.50

Added

  • cargo nextest r added as a shortcut for cargo nextest run.

Fixed

  • Switched to using OpenSSL on RISC-V, since ring isn't available on that platform.
Changelog

Sourced from cargo-nextest's changelog.

{ "projects": { "cargo-nextest": { "latest": "0.9", "ranges": { "0.9": { "latest": "0.9.51", "is_prerelease": false, "versions": { "0.9.51": { "release_url": "https://github.com/nextest-rs/nextest/releases/cargo-nextest-0.9.51", "status": "active", "locations": [ { "target": "x86_64-unknown-linux-gnu", "format": "tar.gz", "url": "https://github.com/nextest-rs/nextest/releases/download/cargo-nextest-0.9.51/cargo-nextest-0.9.51-x86_64-unknown-linux-gnu.tar.gz" }, { "target": "x86_64-unknown-linux-musl", "format": "tar.gz", "url": "https://github.com/nextest-rs/nextest/releases/download/cargo-nextest-0.9.51/cargo-nextest-0.9.51-x86_64-unknown-linux-musl.tar.gz" }, { "target": "aarch64-unknown-linux-gnu", "format": "tar.gz", "url": "https://github.com/nextest-rs/nextest/releases/download/cargo-nextest-0.9.51/cargo-nextest-0.9.51-aarch64-unknown-linux-gnu.tar.gz" }, { "target": "x86_64-pc-windows-msvc", "format": "tar.gz", "url": "https://github.com/nextest-rs/nextest/releases/download/cargo-nextest-0.9.51/cargo-nextest-0.9.51-x86_64-pc-windows-msvc.tar.gz" }, { "target": "x86_64-pc-windows-msvc", "format": "zip", "url": "https://github.com/nextest-rs/nextest/releases/download/cargo-nextest-0.9.51/cargo-nextest-0.9.51-x86_64-pc-windows-msvc.zip" }, { "target": "i686-pc-windows-msvc", "format": "tar.gz", "url": "https://github.com/nextest-rs/nextest/releases/download/cargo-nextest-0.9.51/cargo-nextest-0.9.51-i686-pc-windows-msvc.tar.gz" }, { "target": "i686-pc-windows-msvc", "format": "zip", "url": "https://github.com/nextest-rs/nextest/releases/download/cargo-nextest-0.9.51/cargo-nextest-0.9.51-i686-pc-windows-msvc.zip" }, { "target": "universal-apple-darwin",

... (truncated)

Commits
  • ce416e7 [cargo-nextest] version 0.9.51
  • 2eb65ec [nextest-runner] version 0.37.0
  • d49bc02 [meta] prepare releases
  • 7634fa7 [meta] update dependencies
  • fc78374 [nextest-runner] update future-queue to 0.3.0
  • 3ddc0fe [meta] upgrade MSRV to Rust 1.66
  • 8ab6f3a Bump windows_i686_gnu from 0.42.1 to 0.42.2
  • 114bfd4 Bump utf8parse from 0.2.0 to 0.2.1
  • 6335775 Bump crossbeam-utils from 0.8.14 to 0.8.15
  • 71d3925 [meta] upgrade dependencies
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [cargo-nextest](https://github.com/nextest-rs/nextest) from 0.9.49 to 0.9.51.
- [Release notes](https://github.com/nextest-rs/nextest/releases)
- [Changelog](https://github.com/nextest-rs/nextest/blob/main/.releases.json)
- [Commits](nextest-rs/nextest@cargo-nextest-0.9.49...cargo-nextest-0.9.51)

---
updated-dependencies:
- dependency-name: cargo-nextest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 21, 2023
@SkeletalDemise SkeletalDemise merged commit 0aa9313 into main Mar 26, 2023
@delete-merged-branch delete-merged-branch bot deleted the dependabot/cargo/cargo-nextest-0.9.51 branch March 26, 2023 13:38
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.

2 participants