abhinav / restack

Teaches git rebase --interactive about your branches.
GNU General Public License v2.0
59 stars 3 forks source link

fix(deps): update all non-major dependencies #108

Open renovate[bot] opened 3 weeks ago

renovate[bot] commented 3 weeks ago

This PR contains the following updates:

Package Type Update Change
anyhow dependencies patch 1.0.86 -> 1.0.91
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.91`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.91) [Compare Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.90...1.0.91) - Ensure OUT_DIR is left with deterministic contents after build script execution ([#​388](https://redirect.github.com/dtolnay/anyhow/issues/388)) ### [`v1.0.90`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.90) [Compare Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.89...1.0.90) - Documentation improvements ### [`v1.0.89`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.89) [Compare Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.88...1.0.89) - Make anyhow::Error's `UnwindSafe` and `RefUnwindSafe` impl consistently available between versions of Rust newer and older than 1.72 ([#​386](https://redirect.github.com/dtolnay/anyhow/issues/386)) ### [`v1.0.88`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.88) [Compare Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.87...1.0.88) - Documentation improvements ### [`v1.0.87`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.87) [Compare Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.86...1.0.87) - Support more APIs, including `Error::new` and `Error::chain`, in no-std mode on Rust 1.81+ ([#​383](https://redirect.github.com/dtolnay/anyhow/issues/383))
rust-pretty-assertions/rust-pretty-assertions (pretty_assertions) ### [`v1.4.1`](https://redirect.github.com/rust-pretty-assertions/rust-pretty-assertions/blob/HEAD/CHANGELOG.md#v141) [Compare Source](https://redirect.github.com/rust-pretty-assertions/rust-pretty-assertions/compare/v1.4.0...v1.4.1) #### Fixed - Show feature-flagged code in documentation. Thanks to [@​sandydoo](https://redirect.github.com/sandydoo) for the fix! ([#​130](https://redirect.github.com/rust-pretty-assertions/rust-pretty-assertions/pull/130)) #### Internal - Bump `yansi` version to `1.x`. Thanks to [@​SergioBenitez](https://redirect.github.com/SergioBenitez) for the update, and maintaining this library! ([#​121](https://redirect.github.com/rust-pretty-assertions/rust-pretty-assertions/pull/121))
la10736/rstest (rstest) ### [`v0.23.0`](https://redirect.github.com/la10736/rstest/blob/HEAD/CHANGELOG.md#0230-2024929) [Compare Source](https://redirect.github.com/la10736/rstest/compare/v0.22.0...v0.23.0) ##### Add - You can now use environment variables in `#[files]` with an optional default value (see [#​277](https://redirect.github.com/la10736/rstest/pull/277)). - You can now set a base_dir for `#[files]` with the `$[base_dir = "..."]` attribute (see [#​277](https://redirect.github.com/la10736/rstest/pull/277)).
Stebalien/tempfile (tempfile) ### [`v3.13.0`](https://redirect.github.com/Stebalien/tempfile/blob/HEAD/CHANGELOG.md#3130) [Compare Source](https://redirect.github.com/Stebalien/tempfile/compare/v3.12.0...v3.13.0) - Add `with_suffix` constructors for easily creating new temporary files with a specific suffix (e.g., a specific file extension). Thanks to [@​Borgerr](https://redirect.github.com/Borgerr). - Update dependencies (fastrand & rustix). ### [`v3.12.0`](https://redirect.github.com/Stebalien/tempfile/blob/HEAD/CHANGELOG.md#3120) [Compare Source](https://redirect.github.com/Stebalien/tempfile/compare/v3.11.0...v3.12.0) - Add a `keep(keep: bool)` function to builder that suppresses delete-on-drop behavior (thanks to [@​RalfJung](https://redirect.github.com/RalfJung)). - Update `windows-sys` from 0.52 to 0.59. ### [`v3.11.0`](https://redirect.github.com/Stebalien/tempfile/blob/HEAD/CHANGELOG.md#3110) [Compare Source](https://redirect.github.com/Stebalien/tempfile/compare/v3.10.1...v3.11.0) - 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.



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

renovate[bot] commented 3 weeks ago

āš ļø 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:

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 tempfile@3.10.1 --precise 3.13.0
    Updating crates.io index
error: failed to select a version for `once_cell`.
    ... required by package `tempfile v3.13.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