Skip to content

chore(ci): Update cargo patches#5409

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/cargo-patches
Open

chore(ci): Update cargo patches#5409
renovate[bot] wants to merge 1 commit intomainfrom
renovate/cargo-patches

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 27, 2026

This PR contains the following updates:

Package Type Update Change
chrono dependencies patch 0.4.430.4.44
chrono workspace.dependencies patch 0.4.430.4.44
clap workspace.dependencies patch 4.5.594.5.60
ctrlc dependencies patch 3.5.13.5.2
jiff workspace.dependencies patch 0.2.200.2.23
libc workspace.dependencies patch 0.2.1800.2.183
once_cell workspace.dependencies patch 1.21.31.21.4
pin-project-lite workspace.dependencies patch 0.2.160.2.17
serde_json dependencies patch 1.0.1481.0.149
sevenz-rust2 (source) workspace.dependencies patch 0.20.10.20.2
which workspace.dependencies patch 8.0.08.0.2

Release Notes

chronotope/chrono (chrono)

v0.4.44: 0.4.44

Compare Source

What's Changed

clap-rs/clap (clap)

v4.5.60

Compare Source

Fixes
  • (help) Quote empty default values, possible values
Detegr/rust-ctrlc (ctrlc)

v3.5.2

Compare Source

BurntSushi/jiff (jiff)

v0.2.23

Compare Source

===================
This release updates Jiff's bundled copy of the [IANA Time Zone Database]
to 2026a. See the 2026a release announcement for more details.

v0.2.22

Compare Source

===================
This release includes a bug fix where fallible conversions from signed
durations to unsigned durations could panic in some cases.

Bug fixes:

  • #​526:
    Fix a panicking bug that occurs for
    std::time::Duration::try_from(SignedDuration::new(0, -1)).

v0.2.21

Compare Source

===================
This release contains a performance improvement and a bug fix for
civil::Date::new where it could panic on some inputs.

Bug fixes:

  • #​523:
    Fix a bug where Date::new could panic. This was a regression introduced in
    jiff 0.2.20.

Performance:

  • #​518:
    Improve Timestamp to civil::DateTime conversion performance by ~15%.
rust-lang/libc (libc)

v0.2.183

Compare Source

Added
  • ESP-IDF: Add SOMAXCONN (#​4993)
  • Linux: Add name_to_handle_at and open_by_handle_at (#​4988)
  • NetBSD: Add kinfo_file, kinfo_pcb, and related constants (#​4985)
  • OpenBSD: Add kinfo_file and related constants (#​4991)
  • VxWorks: Add additional structs and defines (#​5003)
  • Various: Implement Default for timeval and timespec (#​4976)
Fixed
  • Hexagon musl: Enable unstable 64-bit time_t support and musl_v1_2_3 (#​4992)
  • Nintendo Switch: Fix target support (#​4982)
  • OpenBSD: Wrap an unused field in Padding (#​4997)
  • Redox: Change sigaction.sa_flags to c_int (#​4986)
  • Redox: Fix blkcnt_t type (#​4994)

v0.2.182

Compare Source

Added

v0.2.181

Compare Source

Added
  • Apple: Add MADV_ZERO (#​4924)
  • Redox: Add makedev, major, and minor (#​4928)
  • GLibc: Add PTRACE_SET_SYSCALL_INFO (#​4933)
  • OpenBSD: Add more kqueue related constants for (#​4945)
  • Linux: add CAN error types (#​4944)
  • OpenBSD: Add siginfo_t::si_status (#​4946)
  • QNX NTO: Add max_align_t (#​4927)
  • Illumos: Add _CS_PATH (#​4956)
  • OpenBSD: add ppoll (#​4957)
Fixed
  • Breaking: Redox: Fix the type of dev_t (#​4928)
  • AIX: Change 'tv_nsec' of 'struct timespec' to type 'c_long' (#​4931)
  • AIX: Use 'struct st_timespec' in 'struct stat{,64}' (#​4931)
  • Glibc: Link old version of tc{g,s}etattr (#​4938)
  • Glibc: Link the correct version of cf{g,s}et{i,o}speed on mips{32,64}r6 (#​4938)
  • OpenBSD: Fix constness of tm.tm_zone (#​4948)
  • OpenBSD: Fix the definition of ptrace_thread_state (#​4947)
  • QuRT: Fix type visibility and defs (#​4932)
  • Redox: Fix values for PTHREAD_MUTEX_{NORMAL, RECURSIVE} (#​4943)
  • Various: Mark additional fields as private padding (#​4922)
Changed
  • Fuchsia: Update SO_* constants (#​4937)
  • Revert "musl: convert inline timespecs to timespec" (resolves build issues on targets only supported by Musl 1.2.3+ ) (#​4958)
matklad/once_cell (once_cell)

v1.21.4

Compare Source

  • Fix unsoundness in OnceCell::wait under --features=parking_lot, #​295.

    If thread A calls wait, while thread B calls get_or_try_init(f), and, furthermore, f panics,
    the wait incorrectly returns and thread A observes uninitialized memory.

    Kudos to @​meng-xu-cs for a nice find!

taiki-e/pin-project-lite (pin-project-lite)

v0.2.17

Compare Source

serde-rs/json (serde_json)

v1.0.149

Compare Source

  • Align arbitrary_precision number strings with zmij's formatting (#​1306, thanks @​b41sh)
hasenbanck/sevenz-rust (sevenz-rust2)

v0.20.2

Compare Source

Fixed
  • Updated internal dependencies lzma-rust2 to v0.16 and getrandom to v0.4
harryfei/which-rs (which)

v8.0.2

Compare Source

  • Dependency on home_env removed, the implementation found in rust 1.85.0 for a home directory has been fixed.
    Thanks, [@​madsmtm],(https://github.com/madsmtm) for this contribution to which!
  • Dependency on winsafe removed, code for Windows API is now handwritten.
  • Dependency on rustix removed, we now depend on libc directly to reduce compile times.

v8.0.1

Compare Source


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.

@renovate renovate bot force-pushed the renovate/cargo-patches branch from 15dfa28 to a1e4a95 Compare January 27, 2026 21:55
@renovate
Copy link
Contributor Author

renovate bot commented Jan 27, 2026

⚠️ 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 libc@0.2.180 --precise 0.2.183
    Updating crates.io index
error: failed to select a version for the requirement `libc = "=0.2.180"`
candidate versions found which didn't match: 0.2.183
location searched: crates.io index
required by package `nix v0.31.1`
    ... which satisfies dependency `nix = "^0.31"` (locked to 0.31.1) of package `ctrlc v3.5.2`
    ... which satisfies dependency `ctrlc = "^3.4.5"` (locked to 3.5.2) of package `pixi_cli v0.1.0 (/tmp/renovate/repos/github/prefix-dev/pixi/crates/pixi_cli)`
    ... which satisfies path dependency `pixi_cli` (locked to 0.1.0) of package `pixi v0.65.0 (/tmp/renovate/repos/github/prefix-dev/pixi/crates/pixi)`

@renovate renovate bot force-pushed the renovate/cargo-patches branch 6 times, most recently from 3c2b166 to 05b2376 Compare February 3, 2026 16:46
@renovate renovate bot force-pushed the renovate/cargo-patches branch 8 times, most recently from 1b927e9 to 8f50d73 Compare February 12, 2026 10:50
@renovate renovate bot force-pushed the renovate/cargo-patches branch 6 times, most recently from 0e1195a to e2246e5 Compare February 19, 2026 15:13
@renovate renovate bot force-pushed the renovate/cargo-patches branch 7 times, most recently from 1838ca9 to 05ef402 Compare March 1, 2026 01:11
@renovate renovate bot force-pushed the renovate/cargo-patches branch 7 times, most recently from ba6ebb1 to 373e300 Compare March 10, 2026 14:47
@renovate renovate bot force-pushed the renovate/cargo-patches branch from 373e300 to 9a1b968 Compare March 10, 2026 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants