chore(deps): update compatible
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| anyhow | workspace.dependencies | patch | 1.0.98 -> 1.0.98 |
| blake3 | workspace.dependencies | patch | 1.8.2 -> 1.8.2 |
| clap | workspace.dependencies | patch | 4.5.38 -> 4.5.39 |
| clap_complete | workspace.dependencies | patch | 4.5.50 -> 4.5.52 |
| core-foundation | workspace.dependencies | patch | 0.10.0 -> 0.10.1 |
| curl-sys | workspace.dependencies | patch | 0.4.80+curl-8.12.1 -> 0.4.80 |
| git2 | workspace.dependencies | patch | 0.20.2 -> 0.20.2 |
| gix | workspace.dependencies | patch | 0.72.1 -> 0.72.1 |
| handlebars | workspace.dependencies | patch | 6.3.1 -> 6.3.2 |
| indexmap | workspace.dependencies | patch | 2.9.0 -> 2.9.0 |
| jiff | workspace.dependencies | patch | 0.2.13 -> 0.2.14 |
| jobserver | workspace.dependencies | patch | 0.1.33 -> 0.1.33 |
| libc | workspace.dependencies | patch | 0.2.172 -> 0.2.172 |
| libgit2-sys | workspace.dependencies | patch | 0.18.1+1.9.0 -> 0.18.1 |
| libloading | workspace.dependencies | patch | 0.8.7 -> 0.8.8 |
| openssl | workspace.dependencies | patch | 0.10.72 -> 0.10.73 |
| openssl-sys | workspace.dependencies | patch | 0.9.108 -> 0.9.109 |
| os_info | workspace.dependencies | patch | 3.11.0 -> 3.11.0 |
| pasetors | workspace.dependencies | patch | 0.7.4 -> 0.7.4 |
| pkg-config | workspace.dependencies | patch | 0.3.32 -> 0.3.32 |
| rand (source) | workspace.dependencies | patch | 0.9.1 -> 0.9.1 |
| semver | workspace.dependencies | patch | 1.0.26 -> 1.0.26 |
| serde (source) | workspace.dependencies | patch | 1.0.219 -> 1.0.219 |
| serde-untagged | workspace.dependencies | patch | 0.1.7 -> 0.1.7 |
| serde_ignored | workspace.dependencies | patch | 0.1.12 -> 0.1.12 |
| serde_json | workspace.dependencies | patch | 1.0.140 -> 1.0.140 |
| sha2 | workspace.dependencies | patch | 0.10.9 -> 0.10.9 |
| tar | workspace.dependencies | patch | 0.4.44 -> 0.4.44 |
| thiserror | workspace.dependencies | patch | 2.0.12 -> 2.0.12 |
| time (source) | workspace.dependencies | patch | 0.3.41 -> 0.3.41 |
| toml | workspace.dependencies | patch | 0.8.22 -> 0.8.22 |
| toml_edit | workspace.dependencies | patch | 0.22.26 -> 0.22.26 |
| unicode-ident | workspace.dependencies | patch | 1.0.18 -> 1.0.18 |
Release Notes
clap-rs/clap (clap)
v4.5.39
Fixes
- (help) Show short flag aliases before long
- (help) Merge the short and long flag alias lists
BurntSushi/jiff (jiff)
v0.2.14
===================
This release includes a smattering of bug fixes, and hopefully a small
improvement to the time it takes to compile Jiff. Also, in this release, when
TZ is set to a non-empty but invalid value, Jiff will always fall back to
Etc/Unknown when using TimeZone::system(). This differs from previous
behavior where Jiff would, in this case, attempt to read the system's default
time zone. This change brings Jiff into consistency with existing Unix tooling
like date, and is also arguably a better failure mode. That is, when TZ is
set but invalid, we shouldn't silently fall back to the default system time
zone, but instead do something that indicates something has potentially gone
wrong.
Enhancements:
Bug fixes:
sfackler/rust-openssl (openssl)
v0.10.73
What's Changed
- test against openssl 3.5.0 by @alex in https://github.com/sfackler/rust-openssl/pull/2392
- Support Libressl 4.1 by @botovq in https://github.com/sfackler/rust-openssl/pull/2398
- Release openssl-sys v0.9.108 by @alex in https://github.com/sfackler/rust-openssl/pull/2399
- Replace ctest2 with ctest by @botovq in https://github.com/sfackler/rust-openssl/pull/2403
- fixed building on the latest boringssl by @alex in https://github.com/sfackler/rust-openssl/pull/2414
- Release openssl v0.10.73 and openssl-sys v0.9.109 by @alex in https://github.com/sfackler/rust-openssl/pull/2415
Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.72...openssl-v0.10.73
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.
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
https://github.com/renovatebot/renovate/pull/36005
My PR hasn't yet merged but it revives?
Unfortunately the logs from last month are gone, and I don't recall what the issue was.
The change list in the description is fairly broken, though. There are a bunch of entries where the version doesn't change (2.9.0 -> 2.9.0).