Skip to content

chore(deps): bump the non-critical group with 3 updates#534

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/non-critical-bf2c29eaca
Open

chore(deps): bump the non-critical group with 3 updates#534
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/non-critical-bf2c29eaca

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Bumps the non-critical group with 3 updates: salsa, ctor and clap.

Updates salsa from 0.26.0 to 0.26.1

Release notes

Sourced from salsa's releases.

salsa-macro-rules-v0.26.1

Added

  • Allow opt-ing out of LRU at compile time (#1051)

Fixed

  • Do not alias fields of tracked_struct Values when updating (#741)

Other

  • Remove unnecessary backdate field macros (#1069)
  • Remove ValueWithMetadata (#1057)
  • Implement Lookup and HashEqLike for Cow (#1054)

salsa-macros-v0.26.1

Other

  • Bump the edition to 2024 (#1073)

salsa-v0.26.1

Other

  • Bump the edition to 2024 (#1073)
  • Don't panic if a query branched on an untracked state (#1075)
Changelog

Sourced from salsa's changelog.

0.26.1 - 2026-03-20

Other

  • Bump the edition to 2024 (#1073)
  • Don't panic if a query branched on an untracked state (#1075)
Commits

Updates ctor from 0.8.0 to 0.12.0

Changelog

Sourced from ctor's changelog.

ctor [0.12.0] - 2026-04-30

Added

  • Support for #[ctor] on impl items. To be valid, the fn must have no self parameter and must not access any generic parameters from the outer item.
  • Added life before main documentation to all crates.
  • early and late priority values are now supported on all platforms.

Removed

  • deprecated dtor feature and crate dependency from ctor crate (use the dtor crate directly).

Fixed

  • AIX uses "standard" priority values from 0 to 999, early and late (mapped to 80000000 to 80000999).

Changed

  • If the priority feature is enabled, ctor priority sorting is now stable and consistent across platforms: early/0/unspecified, then 1 <= N < 1000, then late.
  • If a link_section or export_name_prefix is specified, a priority value must not be specified (now a compiler error).
  • Migrated to using the linktime-proc-macro crate for proc-macro support.

dtor [0.12.0] - 2026-04-30

Added

  • Support for #[dtor] on impl items. To be valid, the fn must have no self parameter and must not access any generic parameters from the outer item.
  • Added life before main documentation to all crates.

Removed

  • Removed support code for ctor's deprecated dtor macros.

ctor [0.11.1] - 2026-04-28

Changed

  • Deprecated ``dtormacros in favor ofdtor` crate.
  • Migrated to using the linktime-proc-macro crate for proc-macro support.

Fixed

... (truncated)

Commits

Updates clap from 4.6.0 to 4.6.1

Release notes

Sourced from clap's releases.

v4.6.1

[4.6.1] - 2026-04-15

Fixes

  • (derive) Ensure rebuilds happen when an read env variable is changed
Changelog

Sourced from clap's changelog.

[4.6.1] - 2026-04-15

Fixes

  • (derive) Ensure rebuilds happen when an read env variable is changed
Commits
  • 1420275 chore: Release
  • d2c817d docs: Update changelog
  • f88c94e Merge pull request #6341 from epage/sep
  • acbb822 fix(complete): Reduce risk of conflict with actual subcommands
  • a49fadb refactor(complete): Pull out subcommand separator
  • ddc008b Merge pull request #6332 from epage/update
  • 497dc50 chore: Update compatible dependencies
  • dca2326 Merge pull request #6331 from clap-rs/renovate/j178-prek-action-2.x
  • 54bdaa3 chore(deps): Update j178/prek-action action to v2
  • f0d30d9 chore: Release
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the non-critical group with 3 updates: [salsa](https://github.com/salsa-rs/salsa), [ctor](https://github.com/mmastrac/rust-ctor) and [clap](https://github.com/clap-rs/clap).


Updates `salsa` from 0.26.0 to 0.26.1
- [Release notes](https://github.com/salsa-rs/salsa/releases)
- [Changelog](https://github.com/salsa-rs/salsa/blob/master/CHANGELOG.md)
- [Commits](salsa-rs/salsa@salsa-v0.26.0...salsa-v0.26.1)

Updates `ctor` from 0.8.0 to 0.12.0
- [Changelog](https://github.com/mmastrac/linktime/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mmastrac/rust-ctor/commits)

Updates `clap` from 4.6.0 to 4.6.1
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.6.0...clap_complete-v4.6.1)

---
updated-dependencies:
- dependency-name: salsa
  dependency-version: 0.26.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
- dependency-name: ctor
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-critical
- dependency-name: clap
  dependency-version: 4.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants