Skip to content

chore(deps): update compatible #15794

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

Closed
wants to merge 1 commit into from
Closed

chore(deps): update compatible #15794

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 1, 2025

This PR contains the following updates:

Package Type Update Change
anstream workspace.dependencies patch 0.6.19 -> 0.6.20
clap workspace.dependencies patch 4.5.40 -> 4.5.43
clap_complete workspace.dependencies patch 4.5.54 -> 4.5.56
glob workspace.dependencies patch 0.3.2 -> 0.3.3
handlebars workspace.dependencies patch =6.3.1 -> =6.3.2
libc workspace.dependencies patch 0.2.174 -> 0.2.175
pasetors workspace.dependencies patch 0.7.6 -> 0.7.7
rand (source) workspace.dependencies patch 0.9.1 -> 0.9.2
schemars (source) workspace.dependencies patch 1.0.3 -> 1.0.4
security-framework (source) workspace.dependencies minor 3.2.0 -> 3.3.0
serde_json workspace.dependencies patch 1.0.140 -> 1.0.142
toml workspace.dependencies patch 0.9.2 -> 0.9.5
toml_edit workspace.dependencies patch 0.23.2 -> 0.23.3

Release Notes

rust-cli/anstyle (anstream)

v0.6.20

Compare Source

clap-rs/clap (clap)

v4.5.43

Compare Source

Fixes
  • (help) In long help, list Possible Values before defaults, rather than after, for a more consistent look

v4.5.42

Compare Source

Fixes
  • Include subcommand visible long aliases in --help

v4.5.41

Compare Source

Features
  • Add Styles::context and Styles::context_value to customize the styling of [default: value] like notes in the --help
rust-lang/glob (glob)

v0.3.3

Compare Source

  • Optimize memory allocations (#​147)
  • Bump the MSRV to 1.63 (#​172)
  • Fix spelling in pattern documentation (#​164)
  • Fix version numbers and some formatting (#​157)
  • Style fixes (#​137)
sunng87/handlebars-rust (handlebars)

v6.3.2

Compare Source

  • [Fixed] Reimplementation of partial context [#​699]
rust-lang/libc (libc)

v0.2.175

Compare Source

Added
  • AIX: Add getpeereid (#​4524)
  • AIX: Add struct ld_info and friends (#​4578)
  • AIX: Retore struct winsize (#​4577)
  • Android: Add UDP socket option constants (#​4619)
  • Android: Add CLONE_CLEAR_SIGHAND and CLONE_INTO_CGROUP (#​4502)
  • Android: Add more prctl constants (#​4531)
  • FreeBSD Add further TCP stack-related constants (#​4196)
  • FreeBSD x86-64: Add mcontext_t.mc_tlsbase (#​4503)
  • FreeBSD15: Add kinfo_proc.ki_uerrmsg (#​4552)
  • FreeBSD: Add in_conninfo (#​4482)
  • FreeBSD: Add xinpgen and related types (#​4482)
  • FreeBSD: Add xktls_session (#​4482)
  • Haiku: Add functionality from libbsd (#​4221)
  • Linux: Add SECBIT_* (#​4480)
  • NetBSD, OpenBSD: Export ioctl request generator macros (#​4460)
  • NetBSD: Add ptsname_r (#​4608)
  • RISCV32: Add time-related syscalls (#​4612)
  • Solarish: Add strftime* (#​4453)
  • linux: Add EXEC_RESTRICT_* and EXEC_DENY_* (#​4545)
Changed
  • AIX: Add const to signatures to be consistent with other platforms (#​4563)
Fixed
  • AIX: Fix the type of struct statvfs.f_fsid (#​4576)
  • AIX: Fix the type of constants for the ioctl request argument (#​4582)
  • AIX: Fix the types of stat{,64}.st_*tim (#​4597)
  • AIX: Use unique errno values (#​4507)
  • Build: Fix an incorrect target_os -> target_arch check (#​4550)
  • FreeBSD: Fix the type of xktls_session_onedir.ifnet (#​4552)
  • Mips64 musl: Fix the type of nlink_t (#​4509)
  • Mips64 musl: Use a special MIPS definition of stack_t (#​4528)
  • Mips64: Fix SI_TIMER, SI_MESGQ and SI_ASYNCIO definitions (#​4529)
  • Musl Mips64: Swap the order of si_errno and si_code in siginfo_t (#​4530)
  • Musl Mips64: Use a special MIPS definition of statfs (#​4527)
  • Musl: Fix the definition of fanotify_event_metadata (#​4510)
  • NetBSD: Correct enum fae_action to be #[repr(C)] (#​60a8cfd5)
  • PSP: Correct char -> c_char (eaab4fc3)
  • PowerPC musl: Fix termios definitions (#​4518)
  • PowerPC musl: Fix the definition of EDEADLK (#​4517)
  • PowerPC musl: Fix the definition of NCCS (#​4513)
  • PowerPC musl: Fix the definitions of MAP_LOCKED and MAP_NORESERVE (#​4516)
  • PowerPC64 musl: Fix the definition of shmid_ds (#​4519)
Deprecated
  • Linux: MAP_32BIT is only defined on x86 on non-x86 architectures (#​4511)
Removed
  • AIX: Remove duplicate constant definitions FIND and ENTER (#​4588)
  • s390x musl: Remove O_FSYNC (#​4515)
  • s390x musl: Remove RTLD_DEEPBIND (#​4515)
brycx/pasetors (pasetors)

v0.7.7

Compare Source

Date: July 16, 2025.

rust-random/rand (rand)

v0.9.2

Deprecated
  • Deprecate rand::rngs::mock module and StepRng generator (#​1634)
Additions
  • Enable WeightedIndex<usize> (de)serialization (#​1646)
GREsau/schemars (schemars)

v1.0.4

Compare Source

Fixed
kornelski/rust-security-framework (security-framework)

v3.3.0

Compare Source

serde-rs/json (serde_json)

v1.0.142

Compare Source

v1.0.141

Compare Source

toml-rs/toml (toml)

v0.9.5

Compare Source

v0.9.4

Compare Source

v0.9.3

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.

@rustbot
Copy link
Collaborator

rustbot commented Aug 1, 2025

r? @ehuss

rustbot has assigned @ehuss.
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 Aug 1, 2025
@epage epage force-pushed the renovate/compatible branch from 1e2e4eb to a86e70a Compare August 4, 2025 20:51
@renovate renovate bot force-pushed the renovate/compatible branch from a86e70a to 7d1a363 Compare August 4, 2025 20:56
@renovate renovate bot force-pushed the renovate/compatible branch 6 times, most recently from 75adea7 to ba63423 Compare August 11, 2025 08:45
@renovate renovate bot force-pushed the renovate/compatible branch from ba63423 to bede465 Compare August 11, 2025 12:37
github-merge-queue bot pushed a commit that referenced this pull request Aug 11, 2025
### What does this PR try to resolve?

Update dependencies except `handlebars`

Closes #15794

### 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 Aug 11, 2025
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