Skip to content

chore(ci): Update Cargo (major) #3794

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 20, 2025

This PR contains the following updates:

Package Type Update Change
which workspace.dependencies major 7.0.2 -> 8.0.0
zip workspace.dependencies major 2.4.2 -> 4.0.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

harryfei/which-rs (which)

v8.0.0

Compare Source

  • Add new Sys trait to allow abstracting over the underlying filesystem. Particularly useful for wasm32-unknown-unknown targets. Thanks @​dsherret for this contribution to which!
  • Add more debug level tracing for otherwise silent I/O errors.
  • Call the NonFatalHandler in more places to catch previously ignored I/O errors.
  • Remove use of the either dependency.
zip-rs/zip2 (zip)

v4.0.0

Compare Source

🐛 Bug Fixes
  • Allow extraction of Zip64 where "Version needed to extract" is higher than "Version made by" (#​356)
⚙️ Miscellaneous Tasks
  • Revert nt-time upgrade (would increase MSRV)
  • Revert constant_time_eq update (would increase MSRV)
  • Update fully-qualified names of liblzma imports

v3.0.0

Compare Source

🐛 Bug Fixes
  • return correct offset in SeekableTake::seek (#​342)
  • When only zopfli is available, decompression of deflate should not be possible (#​348)
  • Specify flate2 dependency of the deflate-flate2 feature. (#​345)
⚙️ Miscellaneous Tasks
  • drop unused crossbeam-utils dependency (#​339)
  • fix typo
  • remove deflate-flate2 dependency on specific backend
  • [breaking] Drop deprecated deflate-miniz feature flag (#​351)

Configuration

📅 Schedule: Branch creation - "on tuesday" (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.

Copy link
Contributor Author

renovate bot commented May 20, 2025

⚠️ 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 which@7.0.3 --precise 8.0.0
    Updating crates.io index
error: failed to select a version for the requirement `which = "^7.0.2"`
candidate versions found which didn't match: 8.0.0
location searched: crates.io index
required by package `rattler_menuinst v0.2.7`
    ... which satisfies dependency `rattler_menuinst = "^0.2.6"` (locked to 0.2.7) of package `pixi v0.48.1 (/tmp/renovate/repos/github/prefix-dev/pixi)`
    ... which satisfies path dependency `pixi` (locked to 0.48.1) of package `pixi_docs v0.1.0 (/tmp/renovate/repos/github/prefix-dev/pixi/crates/pixi_docs)`

@renovate renovate bot force-pushed the renovate/major-cargo branch from 19f0c87 to 41f83b4 Compare May 22, 2025 04:00
@renovate renovate bot changed the title chore(ci): Update Rust crate zip to v3 chore(ci): Update Rust crate zip to v4 May 22, 2025
@renovate renovate bot force-pushed the renovate/major-cargo branch from 41f83b4 to e8b8fb1 Compare June 5, 2025 08:05
@renovate renovate bot changed the title chore(ci): Update Rust crate zip to v4 chore(ci): Update Cargo (major) Jun 5, 2025
@renovate renovate bot force-pushed the renovate/major-cargo branch from e8b8fb1 to 22638df Compare June 15, 2025 05:04
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