Skip to content

chore(deps): Update compatible#1483

Merged
renovate[bot] merged 1 commit intomasterfrom
renovate/compatible
Feb 1, 2026
Merged

chore(deps): Update compatible#1483
renovate[bot] merged 1 commit intomasterfrom
renovate/compatible

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 1, 2026

This PR contains the following updates:

Package Type Update Change
annotate-snippets dependencies patch 0.12.90.12.11
clap dependencies patch 4.5.534.5.56
derive_more dependencies minor 2.0.12.1.1
derive_setters dependencies patch 0.1.80.1.9
human-panic dependencies patch 2.0.42.0.6
indexmap dev-dependencies minor 2.12.12.13.0
log dependencies patch 0.4.280.4.29
schemars (source) dependencies minor 1.1.01.2.0
snapbox dev-dependencies patch 0.6.230.6.24
toml dependencies patch 0.9.80.9.11
unicase dev-dependencies minor 2.8.12.9.0
unicase dependencies minor 2.8.12.9.0

Release Notes

rust-lang/annotate-snippets-rs (annotate-snippets)

v0.12.11

Compare Source

Fixed
  • Fix Unicode highlight alignment in patches #​357

v0.12.10

Compare Source

Fixed
  • Render all removed lines when multiple Patch remove lines #​353
clap-rs/clap (clap)

v4.5.56

Compare Source

Fixes
  • On conflict error, don't show conflicting arguments in the usage

v4.5.55

Compare Source

Fixes
  • Fix inconsistency in precedence between positionals with a value_terminator("--") and escapes (--) where ./foo -- bar means the first arg is empty, rather than escaping future args

v4.5.54

Compare Source

Fixes
  • (help) Move [default] to its own paragraph when PossibleValue::help is present in --help
JelteF/derive_more (derive_more)

v2.1.1

Compare Source

Fixed
  • .as_dyn_error() method hygiene inside Error derive expansion.
    (#​527)

v2.1.0

Compare Source

Added
  • Support #[display(rename_all = "<casing>")] attribute to change output for
    implicit naming of unit enum variants or unit structs when deriving Display.
    (#​443)
  • Support #[from_str(rename_all = "<casing>")] attribute for unit enum variants
    and unit structs when deriving FromStr.
    (#​467)
  • Support Option fields for Error::source() in Error derive.
    (#​459)
  • Support structs with no fields in FromStr derive.
    (#​469)
  • Add PartialEq derive similar to std's one, but considering generics correctly,
    and implementing ne() method as well.
    (#​473,
    #​475)
  • Add Eq derive similar to std's one, but considering generics correctly.
    (#​479)
  • Proxy-pass #[allow]/#[expect] attributes of the type in Constructor derive.
    (#​477)
  • Support Deref and DerefMut derives for enums.
    (#​485)
  • Support custom error in FromStr derive.
    (#​494)
  • Support custom error in TryInto derive.
    (#​503)
  • Support skipping fields in Add-like, AddAssign-like, Mul-like and
    MulAssign-like derives.
    (#​472)
Changed
  • The minimum supported Rust version (MSRV) is now Rust 1.81.
    (#​466)
  • Add-like, AddAssign-like, Mul-like and MulAssign-like derives now
    infer trait bounds for generics structurally (bound field types instead of
    type parameters directly).
    (#​472)
Fixed
  • Suppress deprecation warnings in generated code.
    (#​454)
  • Silent no-op when #[try_from(repr)] attribute is not specified for TryFrom derive.
    (#​458)
  • Missing trait bounds in AsRef/AsMut derives when associative types are involved.
    (#​474)
  • Erroneous code generated in Try/TryInto derives when Self type is present in
    the struct or enum definition.
    (#​489)
  • Dependency on unstable feature(error_generic_member_access) in Error derive when
    using Backtrace on a non-nightly toolchain.
    (#​513)
  • Broken support for #[<display-trait>("default formatting")] attribute without {_variant}
    being used as default for enum variants without explicit formatting.
    (#​495)
Lymia/derive_setters (derive_setters)

v0.1.9

Compare Source

  • Add support for delegating setters for generic types. (Thanks @​MrSubidubi)
  • Documentation has been moved from the README.md to a proper rustdoc.
  • MSRV is increased to 1.68+ due to dependency updates.
Commit Statistics
  • 16 commits contributed to the release.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
  • Uncategorized
    • Add proper changelog entries. (87037bf)
    • Adjusting changelogs prior to release of derive_setters v0.1.9 (f8a3c46)
    • Add tests for generics in compile-pass (8d37502)
    • Add trybuild tests. (74e353f)
    • Update Rust version. (1ca0910)
    • Update the rustfmt options and run rustfmt. (0ab982f)
    • Move the documentation into rustdoc. (722f3fc)
    • Code style improvements. (da6237b)
    • Remove an unused field. (8a112f3)
    • Update MSRV to 1.68.0 due to dependency updates. (474375d)
    • Update documentation and adds a changelog. (66c390a)
    • Update darling version. (30ea90e)
    • Implement tests for generic delegates. (bd14002)
    • Run rustfmt. (ccdc14e)
    • Merge pull request #​19 from MrSubidubi/delegate-generic-support (284500e)
    • Add support for generics in generate_delegates (d777525)
rust-cli/human-panic (human-panic)

v2.0.6

Compare Source

Features
  • Added Metadata::repository as a fallback for Metadata::homepage

v2.0.5

Compare Source

Performance
  • Improve build times on some platforms by changing from os_info to sysinfo
indexmap-rs/indexmap (indexmap)

v2.13.0

Compare Source

  • Implemented Clone for IntoKeys and IntoValues.
  • Added map::Slice::split_at_checked and split_at_mut_checked.
  • Added set::Slice::split_at_checked.
rust-lang/log (log)

v0.4.29

Compare Source

GREsau/schemars (schemars)

v1.2.0

Compare Source

Added
Changed
  • Schemas generated for HashMap/BTreeMap with enum keys are now more specific (#​452)
assert-rs/snapbox (snapbox)

v0.6.24

Compare Source

toml-rs/toml (toml)

v0.9.11

Compare Source

v0.9.10

Compare Source

v0.9.9

Compare Source

seanmonstar/unicase (unicase)

v2.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: seanmonstar/unicase@v2.8.1...v2.9.0


Configuration

📅 Schedule: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 renovate bot enabled auto-merge (squash) February 1, 2026 00:53
@renovate
Copy link
Contributor Author

renovate bot commented Feb 1, 2026

⚠️ 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 crates/typos-cli/Cargo.toml --package toml@0.9.8 --precise 0.9.11
error: package ID specification `toml@0.9.8` did not match any packages
help: there are similar package ID specifications:

  toml@0.9.11+spec-1.1.0

@coveralls
Copy link

Pull Request Test Coverage Report for Build 21553768155

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 21.212%

Totals Coverage Status
Change from base Build 21455111440: 0.0%
Covered Lines: 539
Relevant Lines: 2541

💛 - Coveralls

@renovate renovate bot merged commit 7f67504 into master Feb 1, 2026
23 of 24 checks passed
@renovate renovate bot deleted the renovate/compatible branch February 1, 2026 01:03
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.

1 participant