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

chore: Update Rust crate rstest to 0.17.0, ||, ^0 #357

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mend-for-github-com[bot]
Copy link
Contributor

@mend-for-github-com mend-for-github-com bot commented Sep 15, 2023

This PR contains the following updates:

Package Type Update Change
rstest dev-dependencies minor 0.17.0 -> 0.17.0, ||, ^0

Release Notes

la10736/rstest (rstest)

v0.19.0

Compare Source

Changed
  • Defined rust-version for each crate (see #​227)
Fixed
  • #[once] fixtures now require the returned type to be
    Sync to prevent UB
    when tests are executed in parallel. (see #​235
    for more details)

  • #[future(awt)] and #[awt] now properly handle mutable (mut) parameters by treating futures as immutable and
    treating the awaited rebinding as mutable.

v0.18.2

Compare Source

Changed
  • Now #[files] accept also parent folders (see #​205
    for more details).

v0.18.1

Compare Source

Fixed
  • Wrong doc test
  • Docs

v0.18.0

Compare Source

Add
  • Add support for RSTEST_TIMEOUT environment variable to define a max timeout
    for each function (see #​190 for details).
    Thanks to @​aviramha for idea and PR
  • #[files("glob path")] attribute to generate tests based on files that
    satisfy the given glob path (see #​163 for details).
Changed
  • Switch to syn 2.0 and edition 2021 : minimal Rust version now is 1.56.0
    both for rstest and rstest_reuse (see #​187)
Fixed
  • Fixed wired behavior on extraction #[awt] function attrs (See
    #​189)

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

@mend-for-github-com
Copy link
Contributor Author

mend-for-github-com bot commented Sep 15, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/lib/Cargo.toml --workspace
error: failed to parse manifest at `/tmp/renovate/github/rigetti/qcs-sdk-rust/crates/lib/Cargo.toml`

Caused by:
  failed to parse the version requirement `0.17.0, ||, ^0` for dependency `rstest`

Caused by:
  unexpected character '|' while parsing major version number

@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/rstest-0.x branch 7 times, most recently from 9bc9ead to d03b51e Compare September 20, 2023 23:32
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/rstest-0.x branch 4 times, most recently from d2dda38 to ae2d81b Compare September 29, 2023 04:22
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/rstest-0.x branch 12 times, most recently from 189334b to 20b68a2 Compare October 19, 2023 22:57
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/rstest-0.x branch 2 times, most recently from 9f611d5 to 4759561 Compare November 2, 2023 04:11
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/rstest-0.x branch 2 times, most recently from a56378d to b9d4f7d Compare November 10, 2023 03:39
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/rstest-0.x branch 2 times, most recently from 12b7d3c to c6643ea Compare November 17, 2023 04:12
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/rstest-0.x branch 2 times, most recently from 35e198c to 171027c Compare November 23, 2023 04:38
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/rstest-0.x branch 2 times, most recently from c6f54d6 to f91d0e3 Compare December 6, 2023 03:55
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/rstest-0.x branch 2 times, most recently from 0fdb282 to 3e155e3 Compare December 15, 2023 04:22
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/rstest-0.x branch from 3e155e3 to 709275e Compare January 2, 2024 04:20
@mend-for-github-com mend-for-github-com bot changed the title chore: Update Rust crate rstest to 0.17.0, ||, ^0.18.0 chore: Update Rust crate rstest to 0.17.0, ||, ^0 Jan 2, 2024
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/rstest-0.x branch 3 times, most recently from a9e8960 to 9703ce0 Compare January 17, 2024 04:00
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/rstest-0.x branch 2 times, most recently from 10d6185 to b835d9f Compare January 19, 2024 03:50
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/rstest-0.x branch from b835d9f to ac35366 Compare January 27, 2024 04:31
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/rstest-0.x branch from ac35366 to e1395cf Compare February 7, 2024 04:25
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/rstest-0.x branch 2 times, most recently from f660183 to 7ac4120 Compare February 17, 2024 03:23
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/rstest-0.x branch 2 times, most recently from 33dfc52 to 6ca2ff9 Compare February 29, 2024 03:49
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/rstest-0.x branch 3 times, most recently from 0a7c7ad to 5c24d1e Compare March 9, 2024 03:35
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/rstest-0.x branch from 5c24d1e to 592de59 Compare April 5, 2024 03:55
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/rstest-0.x branch 3 times, most recently from 13c751d to 0dcb8ea Compare April 18, 2024 04:10
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/rstest-0.x branch from 0dcb8ea to 8a3bc7a Compare April 25, 2024 04:00
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/rstest-0.x branch from 8a3bc7a to 2e3c0a0 Compare May 10, 2024 03:35
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/rstest-0.x branch from 2e3c0a0 to ace557a Compare May 11, 2024 03:49
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.

0 participants