Skip to content

chore(deps): update compatible#16684

Closed
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/compatible
Closed

chore(deps): update compatible#16684
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/compatible

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2026

This PR contains the following updates:

Package Type Update Change
annotate-snippets workspace.dependencies patch 0.12.110.12.12
anyhow workspace.dependencies patch 1.0.1001.0.102
clap workspace.dependencies patch 4.5.564.5.60
clap_complete workspace.dependencies patch 4.5.654.5.66
criterion (source) workspace.dependencies patch 0.8.10.8.2
jiff workspace.dependencies patch 0.2.180.2.22
libc workspace.dependencies patch 0.2.1800.2.182
memchr workspace.dependencies minor 2.7.62.8.0
openssl-src workspace.dependencies patch =300.5.4=300.5.5
pasetors workspace.dependencies patch 0.7.70.7.8
proptest (source) workspace.dependencies minor 1.9.01.10.0
pulldown-cmark workspace.dependencies patch 0.13.00.13.1
regex workspace.dependencies patch 1.12.21.12.3
schemars (source) workspace.dependencies patch 1.2.01.2.1
security-framework (source) workspace.dependencies minor 3.5.13.7.0
tempfile (source) workspace.dependencies minor 3.24.03.26.0
toml workspace.dependencies patch 0.9.11+spec-1.1.00.9.12
unicode-ident workspace.dependencies patch 1.0.221.0.24

Release Notes

rust-lang/annotate-snippets-rs (annotate-snippets)

v0.12.12

Compare Source

Added
dtolnay/anyhow (anyhow)

v1.0.102

Compare Source

v1.0.101

Compare Source

clap-rs/clap (clap)

v4.5.60

Compare Source

Fixes
  • (help) Quote empty default values, possible values

v4.5.59

Compare Source

Fixes
  • Command::ignore_errors no longer masks help/version on subcommands

v4.5.58

Compare Source

v4.5.57

Compare Source

Fixes
  • Regression from 4.5.55 where having an argument with .value_terminator("--") caused problems with an argument with .last(true)
criterion-rs/criterion.rs (criterion)

v0.8.2

Compare Source

Fixed
  • don't build alloca on unsupported targets
Other
  • (deps) bump crate-ci/typos from 1.40.0 to 1.43.0
  • Fix panic with uniform iteration durations in benchmarks
  • Update Readme
  • Exclude development scripts from published package
BurntSushi/jiff (jiff)

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%.

v0.2.20

Compare Source

===================
This release contains a major internal refactor that moves off of using ranged
integers internally. There are also some small bug fixes and added support for
finding the system time zone on emscripten targets.

Enhancements:

  • #​11:
    Stop using ranged integers internally.
  • #​490:
    Add support for retrieving the system time zone on emscripten targets.
  • #​500:
    Update comparison with the time crate in the Jiff documentation.
  • #​502:
    Enable some non-default features for the Rust Playground deployment.

Bug fixes:

  • #​485:
    Fix bug with padding for negative integers in strftime.
  • #​486:
    Make %^c result in uppercase strings where appropriate.

v0.2.19

Compare Source

===================
This is a small release with a performance optimization (with respect to doing
heavily contended arithmetic on Zoned values) and a bug fix for a panic
that can occur when using %2s in strftime.

Enhancements:

  • #​491:
    Avoid cloning TimeZone for consuming operations on Zoned.

Bug fixes:

  • #​497:
    Fix a panic in timestamp.strftime("%2s").
rust-lang/libc (libc)

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)
BurntSushi/memchr (memchr)

v2.8.0

Compare Source

alexcrichton/openssl-src-rs (openssl-src)

v300.5.5

Compare Source

brycx/pasetors (pasetors)

v0.7.8

Compare Source

Date: February 23, 2026.

  • Bump MSRV to 1.88.
  • Bump getrandom to 0.4.
proptest-rs/proptest (proptest)

v1.10.0

Compare Source

raphlinus/pulldown-cmark (pulldown-cmark)

v0.13.1: 0.13.1

Compare Source

Update dependencies.

Full Changelog: pulldown-cmark/pulldown-cmark@v0.13.0...v0.13.1

rust-lang/regex (regex)

v1.12.3

Compare Source

===================
This release excludes some unnecessary things from the archive published to
crates.io. Specifically, fuzzing data and various shell scripts are now
excluded. If you run into problems, please file an issue.

Improvements:

  • #​1319:
    Switch from a Cargo exclude list to an include list, and exclude some
    unnecessary stuff.
GREsau/schemars (schemars)

v1.2.1

Compare Source

Fixed
  • transform attributes are now applied after the schema is otherwise fully constructed. In particular, they're now applied after all other attributes are processed. (#​505)
kornelski/rust-security-framework (security-framework)

v3.7.0

Compare Source

v3.6.0

Compare Source

Stebalien/tempfile (tempfile)

v3.26.0

v3.25.0

  • Allow getrandom 0.4.x while retaining support for getrandom 0.3.x.
toml-rs/toml (toml)

v0.9.12

Compare Source

dtolnay/unicode-ident (unicode-ident)

v1.0.24

Compare Source

  • Compress trie even further by 1.9% using bipartite matching (#​46, thanks @​yongqli)

v1.0.23

Compare Source

  • Update rand dev dependency to 0.10

Configuration

📅 Schedule: Branch creation - "before 5am on the first day of the month" (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
Copy link
Contributor Author

renovate bot commented Mar 1, 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 openssl-src@300.5.4+3.5.4 --precise 300.5.5
error: package ID specification `openssl-src@300.5.4+3.5.4` did not match any packages
help: there are similar package ID specifications:

  openssl-src@300.5.5+3.5.5

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Mar 1, 2026
@rustbot
Copy link
Collaborator

rustbot commented Mar 1, 2026

r? @weihanglo

rustbot has assigned @weihanglo.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

Why was this reviewer chosen?

The reviewer was selected based on:

  • Owners of files modified in this PR: @ehuss, @epage, @weihanglo
  • @ehuss, @epage, @weihanglo expanded to ehuss, epage, weihanglo
  • Random selection from ehuss, epage, weihanglo

github-merge-queue bot pushed a commit that referenced this pull request Mar 3, 2026
### What does this PR try to resolve?

Closes #16684

### How to test and review this PR?
@rustbot rustbot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Mar 3, 2026
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.

2 participants