cargo icon indicating copy to clipboard operation
cargo copied to clipboard

chore(deps): update compatible

Open renovate[bot] opened this issue 7 months ago • 2 comments

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

Compare Source

Fixes
  • (help) Show short flag aliases before long
  • (help) Merge the short and long flag alias lists
sunng87/handlebars-rust (handlebars)

v6.3.2

Compare Source

  • [Fixed] Reimplementation of partial context [#​699]
BurntSushi/jiff (jiff)

v0.2.14

Compare Source

=================== 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:

  • #​364: Jiff now falls back to Etc/Unknown for invalid TZ values.
  • #​379: Improve compilation times.

Bug fixes:

  • #​365: Fixes a compile error in Jiff when only the tzdb-concatenated feature was enabled.
  • #​366: Fixes slow initial Zoned::now() in environments where /usr/share/zoneinfo is on a very slow file system (like CI environments).
  • #​376: Avoids searching for a tzdb at /usr/share/zoneinfo on Windows.
sfackler/rust-openssl (openssl)

v0.10.73

Compare Source

What's Changed

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.

renovate[bot] avatar Jun 01 '25 00:06 renovate[bot]

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 avatar Jun 01 '25 00:06 rustbot

https://github.com/renovatebot/renovate/pull/36005

My PR hasn't yet merged but it revives?

weihanglo avatar Jun 01 '25 01:06 weihanglo

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

ehuss avatar Jun 02 '25 15:06 ehuss