Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 2, 2021

Updates the requirements on rstest to permit the latest version.

Release notes

Sourced from rstest's releases.

0.11.0

Bug fixing

Changelog

Sourced from rstest's changelog.

[0.11.0] 2021/08/01

Fixed

  • use mutable fixture in in cases and value list (See #121)

[0.10.0] 2021/05/16

Add

Fixed

  • Wired behaviour in #[fixture] with generics types that have transitive reference (See #116)

[0.9.0] 2021/05/2

Add

  • #[future] arg attribute to remove impl Future<> boilerplate. (See #98)

[0.8.0] 2021/4/25

Add

  • Magic Conversion: use literal string for define values where type implements FromStr trait (See #111)

Changed

  • #[default] arg attribute cannot use key = arbitrary rust expression syntax (is unstable rust-lang/rust#78835). So we switched to #[default(expression)] syntax. (See #117)

Fixed

  • #117 introduced an unstable syntax

[0.7.0] 2021/3/21

This version intruduce the new more composable syntax. And async fixtures (thanks to @​rubdos)

Add

... (truncated)

Commits
  • 36b9d05 Close 0.11.0
  • 7e8c9c2 Fix clippy warning
  • 89db886 Upgrade dependency and that fix newer should panic newer message
  • ac402c2 Next retest_test version
  • b77cc1e Fix to handle shoul panic tests output in newer rust version. Fix clippy warn...
  • 4ee1af0 upgrade dependency
  • 3e6648a Fixed almost all clippy warning
  • 88e32a5 Close #121
  • 66b3fed Update docs
  • 5fd9ef3 Update update_head_docs.yml
  • 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 [rstest](https://github.com/la10736/rstest) to permit the latest version.
- [Release notes](https://github.com/la10736/rstest/releases)
- [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md)
- [Commits](la10736/rstest@0.10.0...0.11.0)

---
updated-dependencies:
- dependency-name: rstest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the type/dependencies Pull requests that update a dependency file label Aug 2, 2021
@dependabot dependabot bot requested a review from a team August 2, 2021 06:04
@lfrancke lfrancke merged commit aef74f8 into main Aug 3, 2021
@lfrancke lfrancke deleted the dependabot/cargo/rstest-0.11 branch August 3, 2021 12:01
soenkeliebau pushed a commit that referenced this pull request Aug 4, 2021
Updates the requirements on [rstest](https://github.com/la10736/rstest) to permit the latest version.
- [Release notes](https://github.com/la10736/rstest/releases)
- [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md)
- [Commits](la10736/rstest@0.10.0...0.11.0)

---
updated-dependencies:
- dependency-name: rstest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lars Francke <github@lars-francke.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type/dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants