restack icon indicating copy to clipboard operation
restack copied to clipboard

fix(deps): update all non-major dependencies

Open renovate[bot] opened this issue 1 year ago • 1 comments

This PR contains the following updates:

Package Type Update Change
anyhow dependencies patch 1.0.86 -> 1.0.89
pretty_assertions dev-dependencies patch 1.4.0 -> 1.4.1
rstest dev-dependencies minor 0.22.0 -> 0.23.0
tempfile (source) dependencies minor 3.10.1 -> 3.13.0

Release Notes

dtolnay/anyhow (anyhow)

v1.0.89

Compare Source

  • Make anyhow::Error's UnwindSafe and RefUnwindSafe impl consistently available between versions of Rust newer and older than 1.72 (#​386)

v1.0.88

Compare Source

  • Documentation improvements

v1.0.87

Compare Source

  • Support more APIs, including Error::new and Error::chain, in no-std mode on Rust 1.81+ (#​383)
rust-pretty-assertions/rust-pretty-assertions (pretty_assertions)

v1.4.1

Compare Source

Fixed

Internal

la10736/rstest (rstest)

v0.23.0

Compare Source

Add
  • You can now use environment variables in #[files] with an optional default value (see #​277).
  • You can now set a base_dir for #[files] with the $[base_dir = "..."] attribute (see #​277).
Stebalien/tempfile (tempfile)

v3.13.0

Compare Source

  • Add with_suffix constructors for easily creating new temporary files with a specific suffix (e.g., a specific file extension). Thanks to @​Borgerr.
  • Update dependencies (fastrand & rustix).

v3.12.0

Compare Source

  • Add a keep(keep: bool) function to builder that suppresses delete-on-drop behavior (thanks to @​RalfJung).
  • Update windows-sys from 0.52 to 0.59.

v3.11.0

Compare Source

  • Add the ability to override the default temporary directory. This API shouldn't be used in general, but there are some cases where it's unavoidable.

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • [ ] If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] avatar Sep 30 '24 00:09 renovate[bot]

⚠️ 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 Cargo.toml --package [email protected] --precise 3.14.0
    Updating crates.io index
error: failed to select a version for `once_cell`.
    ... required by package `tempfile v3.14.0`
    ... which satisfies dependency `tempfile = "^3.5.0"` of package `restack v0.8.0 (/tmp/renovate/repos/github/abhinav/restack)`
versions that meet the requirements `^1.19.0` are: 1.20.2, 1.20.1, 1.19.0

all possible versions conflict with previously selected packages.

  previously selected package `once_cell v1.18.0`
    ... which satisfies dependency `once_cell = "^1.0.1"` (locked to 1.18.0) of package `duct v0.13.7`
    ... which satisfies dependency `duct = "^0.13.6"` (locked to 0.13.7) of package `restack v0.8.0 (/tmp/renovate/repos/github/abhinav/restack)`

failed to select a version for `once_cell` which could resolve this conflict

renovate[bot] avatar Sep 30 '24 00:09 renovate[bot]