Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Type Update Change
anstream workspace.dependencies patch 0.6.20 -> 0.6.21
anstyle workspace.dependencies patch 1.0.11 -> 1.0.13
anyhow workspace.dependencies patch 1.0.99 -> 1.0.100
clap workspace.dependencies patch 4.5.46 -> 4.5.48
clap_complete workspace.dependencies patch 4.5.57 -> 4.5.58
handlebars workspace.dependencies patch =6.3.1 -> =6.3.2
indexmap workspace.dependencies patch 2.11.0 -> 2.11.4
libloading workspace.dependencies patch 0.8.8 -> 0.8.9
memchr workspace.dependencies patch 2.7.5 -> 2.7.6
opener workspace.dependencies patch 0.8.2 -> 0.8.3
proptest (source) workspace.dependencies minor 1.7.0 -> 1.8.0
regex workspace.dependencies patch 1.11.2 -> 1.11.3
security-framework (source) workspace.dependencies minor 3.3.0 -> 3.5.1
semver workspace.dependencies patch 1.0.26 -> 1.0.27
serde (source) workspace.dependencies patch 1.0.226 -> 1.0.228
serde-untagged workspace.dependencies patch 0.1.8 -> 0.1.9
serde_core (source) workspace.dependencies patch 1.0.226 -> 1.0.228
serde_ignored workspace.dependencies patch 0.1.12 -> 0.1.14
serde_json workspace.dependencies patch 1.0.143 -> 1.0.145
tempfile (source) workspace.dependencies minor 3.21.0 -> 3.23.0
thiserror workspace.dependencies patch 2.0.16 -> 2.0.17
time (source) workspace.dependencies patch 0.3.42 -> 0.3.44
toml workspace.dependencies patch 0.9.5 -> 0.9.7
toml_edit workspace.dependencies patch 0.23.4 -> 0.23.6
unicode-ident workspace.dependencies patch 1.0.18 -> 1.0.19

Release Notes

rust-cli/anstyle (anstream)

v0.6.21

Compare Source

dtolnay/anyhow (anyhow)

v1.0.100

Compare Source

  • Teach clippy to lint formatting arguments in bail!, ensure!, anyhow! (#​426)
clap-rs/clap (clap)

v4.5.48

Compare Source

Documentation
  • Add a new CLI Concepts document as another way of framing clap
  • Expand the typed_derive cookbook entry

v4.5.47

Compare Source

Features
  • Added impl FromArgMatches for ()
  • Added impl Args for ()
  • Added impl Subcommand for ()
  • Added impl FromArgMatches for Infallible
  • Added impl Subcommand for Infallible
Fixes
  • (derive) Update runtime error text to match clap
sunng87/handlebars-rust (handlebars)

v6.3.2

Compare Source

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

v2.11.4

Compare Source

  • Updated the hashbrown dependency to a range allowing 0.15 or 0.16.

v2.11.3

Compare Source

  • Make the minimum serde version only apply when "serde" is enabled.

v2.11.2

Compare Source

  • Switched the "serde" feature to depend on serde_core, improving build
    parallelism in cases where other dependents have enabled "serde/derive".

v2.11.1

Compare Source

  • Added a get_key_value_mut method to IndexMap.
  • Removed the unnecessary Ord bound on insert_sorted_by methods.
nagisa/rust_libloading (libloading)

v0.8.9

Compare Source

BurntSushi/memchr (memchr)

v2.7.6

Compare Source

Seeker14491/opener (opener)

v0.8.3

Compare Source

proptest-rs/proptest (proptest)

v1.8.0

Compare Source

rust-lang/regex (regex)

v1.11.3

Compare Source

===================
This is a small patch release with an improvement in memory usage in some
cases.

Improvements:

  • BUG #​1297:
    Improve memory usage by trimming excess memory capacity in some spots.
kornelski/rust-security-framework (security-framework)

v3.5.0

Compare Source

v3.4.0

Compare Source

dtolnay/semver (semver)

v1.0.27

Compare Source

  • Switch serde dependency to serde_core (#​333)
serde-rs/serde (serde)

v1.0.228

Compare Source

  • Allow building documentation with RUSTDOCFLAGS='--cfg=docsrs' set for the whole dependency graph (#​2995)

v1.0.227

Compare Source

dtolnay/serde-untagged (serde-untagged)

v0.1.9

Compare Source

  • Switch serde dependency to serde_core (#​11)
dtolnay/serde-ignored (serde_ignored)

v0.1.14

Compare Source

  • Raise serde version requirement to >=1.0.220

v0.1.13

Compare Source

  • Switch serde dependency to serde_core (#​20)
serde-rs/json (serde_json)

v1.0.145

Compare Source

  • Raise serde version requirement to >=1.0.220

v1.0.144

Compare Source

  • Switch serde dependency to serde_core (#​1285)
Stebalien/tempfile (tempfile)

v3.23.0

Compare Source

  • Remove need for the "nightly" feature to compile with "wasip2".

v3.22.0

Compare Source

  • Updated windows-sys requirement to allow version 0.61.x
  • Remove unstable-windows-keep-open-tempfile feature.
dtolnay/thiserror (thiserror)

v2.0.17

Compare Source

  • Use differently named __private module per patch release (#​434)
time-rs/time (time)

v0.3.44

Compare Source

Fixed
  • Comparisons of PrimitiveDateTime, UtcDateTime, and OffsetDateTime with differing signs (i.e.
    one negative and one positive year) would return the inverse result of what was expected. This was
    introduced in v0.3.42 and has been fixed.
  • Type inference would fail due to feature unification when wasm-bindgen enabled serde_json.
    This has been fixed by explicitly specifying the type in the relevant locations.

v0.3.43

Compare Source

Added
  • Support for rand 0.9
Fixed
  • In the convert module, any use of per with types that were not the same (such as
    Nanosecond::per(Second)) would not compile due to a bug. This has been fixed.
toml-rs/toml (toml)

v0.9.7

Compare Source

v0.9.6

Compare Source

dtolnay/unicode-ident (unicode-ident)

v1.0.19

Compare Source

  • Update to Unicode 17.0.0 (#​37)

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.

Copy link
Contributor Author

renovate bot commented Oct 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 --package anstream@0.6.20 --precise 0.6.21
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

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

rustbot commented Oct 1, 2025

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

@renovate renovate bot force-pushed the renovate/compatible branch from f783edc to b04f6cf Compare October 2, 2025 18:30
@weihanglo
Copy link
Member

Close in favor of #16028

@weihanglo weihanglo closed this Oct 3, 2025
@rustbot rustbot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 3, 2025
@weihanglo weihanglo deleted the renovate/compatible branch October 3, 2025 00:44
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