Skip to content

chore(deps): update compatible#15718

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2025

This PR contains the following updates:

Package Type Update Change
clap workspace.dependencies patch 4.5.39 -> 4.5.40
clap_complete workspace.dependencies patch 4.5.52 -> 4.5.54
curl workspace.dependencies patch 0.4.47 -> 0.4.48
curl-sys workspace.dependencies patch 0.4.80+curl-8.12.1 -> 0.4.82
flate2 workspace.dependencies patch 1.1.1 -> 1.1.2
handlebars workspace.dependencies patch =6.3.1 -> =6.3.2
indexmap workspace.dependencies minor 2.9.0 -> 2.10.0
jiff workspace.dependencies patch 0.2.14 -> 0.2.15
libc workspace.dependencies patch 0.2.172 -> 0.2.174
libgit2-sys workspace.dependencies patch 0.18.1+1.9.0 -> 0.18.2
memchr workspace.dependencies patch 2.7.4 -> 2.7.5
os_info workspace.dependencies minor 3.11.0 -> 3.12.0
pasetors workspace.dependencies patch 0.7.4 -> 0.7.6
proptest (source) workspace.dependencies minor 1.6.0 -> 1.7.0
toml workspace.dependencies patch 0.8.22 -> 0.8.23
toml_edit workspace.dependencies patch 0.22.26 -> 0.22.27
unicode-width workspace.dependencies patch 0.2.0 -> 0.2.1

Release Notes

clap-rs/clap (clap)

v4.5.40

Compare Source

Features
  • Support quoted ids in arg!() macro (e.g. arg!("check-config": ...))
alexcrichton/curl-rust (curl-sys)

v0.4.82

Compare Source

v0.4.81

Compare Source

rust-lang/flate2-rs (flate2)

v1.1.2

Compare Source

What's Changed

Full Changelog: rust-lang/flate2-rs@1.1.1...1.1.2

sunng87/handlebars-rust (handlebars)

v6.3.2

Compare Source

  • [Fixed] Reimplementation of partial context [#​699]
indexmap-rs/indexmap (indexmap)

v2.10.0

Compare Source

  • Added extract_if methods to IndexMap and IndexSet, similar to the
    methods for HashMap and HashSet with ranges like Vec::extract_if.
  • Added more #[track_caller] annotations to functions that may panic.
BurntSushi/jiff (jiff)

v0.2.15

Compare Source

===================
This release fixes a bug where error values were being constructed during
parsing even in the success case. This was a regression introduced in 0.2.14
as a result of trying to improve compilation times. Thankfully, fixing this
regression doesn't seem to meaningfully impact the amount of IR generated by
compiling Jiff.

Bug fixes:

  • #​385:
    Fixes a performance regression for parsing.
rust-lang/libc (libc)

v0.2.174

Compare Source

Added
  • Linux: Make pidfd_info fields pub (#​4487)
Fixed
  • Gnu x32: Add missing timespec.tv_nsec (#​4497)
  • NuttX: Use nlink_t type for st_nlink in struct stat definition (#​4483)
Other
  • Allow new unpredictable_function_pointer_comparisons lints (#​4489)
  • OpenBSD: Fix some clippy warnings to use pointer::cast. (#​4490)
  • Remove unessecary semicolons from definitions of CMSG_NXTHDR. (#​4492)

v0.2.173

Compare Source

Added
  • AIX: Add an AIX triple to Cargo.toml for doc (#​4475)
  • FreeBSD: Add the SO_SPLICE socket option support for FreeBSD >= 14.2 (#​4451)
  • Linux GNU: Prepare for supporting _TIME_BITS=64 (#​4433)
  • Linux: Add constant PACKET_IGNORE_OUTGOING (#​4319)
  • Linux: Add constants and types for nsfs ioctls (#​4436)
  • Linux: Add constants for Memory-Deny-Write-Execute prctls (#​4400)
  • Linux: Add constants from linux/cn_proc.h and linux/connector.h (#​4434)
  • Linux: Add new flags for pwritev2 and preadv2 (#​4452)
  • Linux: Add pid_type enum values (#​4403)
  • Linux: Update pidfd constants and types (Linux 6.9-6.15) (#​4402)
  • Loongarch64 musl: Define the MADV_SOFT_OFFLINE constant (#​4448)
  • Musl: Add new fields since 1.2.0/1.2.2 to struct tcp_info (#​4443)
  • Musl: Prepare for supporting v1.2.3 (#​4443)
  • NuttX: Add arc4random and arc4random_buf (#​4464)
  • RISC-V Musl: Add MADV_SOFT_OFFLINE definition (#​4447)
  • Redox: Define SCM_RIGHTS (#​4440)
  • VxWorks: Add missing UTIME defines and TASK_RENAME_LENGTH (#​4407)
  • Windows: Add more time.h functions (#​4427)
Changed
  • Redox: Update SA_ constants. (#​4426)
  • Redox: make CMSG_ALIGN, CMSG_LEN, and CMSG_SPACE const functions (#​4441)
Fixed
  • AIX: Enable libc-test and fix definitions/declarations. (#​4450)
  • Emscripten: Fix querying emcc on windows (use emcc.bat) (#​4248)
  • Hurd: Fix build from missing fpos_t (#​4472)
  • Loongarch64 Musl: Fix the struct ipc_perm bindings (#​4384)
  • Musl: Fix the O_LARGEFILE constant value. (#​4443)
rust-lang/git2-rs (libgit2-sys)

v0.18.2

Compare Source

0.18.1...0.18.2

Added
  • Added opts::set_ssl_cert_file and opts::set_ssl_cert_dir for setting Certificate Authority file locations.
    #​997
  • Added TreeIter::nth which makes jumping ahead in the iterator more efficient.
    #​1004
  • Added Repository::find_commit_by_prefix to find a commit by a shortened hash.
    #​1011
  • Added Repository::find_tag_by_prefix to find a tag by a shortened hash.
    #​1015
  • Added Repository::find_object_by_prefix to find an object by a shortened hash.
    #​1014
Changed
BurntSushi/memchr (memchr)

v2.7.5

Compare Source

stanislav-tkach/os_info (os_info)

v3.12.0

Compare Source

  • Cygwin support has been added. (#​405)

  • macOS version detection has been updated to read the SystemVersion.plist
    file. (#​406)

  • macOS bitness detection has been updated to avoid using the getconf
    command. (#​407)

brycx/pasetors (pasetors)

v0.7.6

Compare Source

Date: June 7, 2025.

v0.7.5

Compare Source

Date: June 7, 2025.

  • Build serde and serde_derive in parallel (22% faster builds) (#​189, credits: @​Enselic).
  • Bump MSRV to 1.85.0 (due to base64-ct) (#​191).
toml-rs/toml (toml)

v0.8.23

Compare Source

unicode-rs/unicode-width (unicode-width)

v0.2.1

Compare Source


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 Jul 1, 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 --workspace
    Updating crates.io index
error: failed to select a version for the requirement `cargo-util-schemas = "^0.8.3"`
candidate versions found which didn't match: 0.9.1
location searched: /tmp/renovate/repos/github/rust-lang/cargo/crates/cargo-util-schemas
required by package `resolver-tests v0.0.0 (/tmp/renovate/repos/github/rust-lang/cargo/crates/resolver-tests)`

@rustbot
Copy link
Collaborator

rustbot commented Jul 1, 2025

r? @epage

rustbot has assigned @epage.
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

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 1, 2025
@epage
Copy link
Contributor

epage commented Jul 1, 2025

This is all sorts of broken

@epage epage closed this Jul 1, 2025
github-merge-queue bot pushed a commit that referenced this pull request Jul 2, 2025
### What does this PR try to resolve?

Replaces #15718, #15719

### How to test and review this PR?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants