Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 25, 2025

Bumps the cargo group with 2 updates: salsa and camino.

Updates salsa from 0.24.0 to 0.25.2

Release notes

Sourced from salsa's releases.

salsa-macros-v0.25.2

Other

  • Fix a remainder that was forgotten in #1036 (#1037)

salsa-v0.25.2

Other

salsa-macro-rules-v0.25.1

Other

  • Require interned structs' fields to be Update (#1036)
  • Fully qualify std Result type (#1025)
  • pass Cycle to the cycle recovery function (#1028)
  • Call cycle_fn for every iteration (#1021)
  • Expose the Input query Id with cycle_initial (#1015)
  • Expose the query ID and the last provisional value to the cycle recovery function (#1012)
  • Fix missing license files in published macros/macro-rules crates (#1009)
  • Add benchmark for a fixpoint iteration with nested cycles (#1001)

salsa-macros-v0.25.1

Other

  • Fix a remainder that was forgotten in #1036 (#1037)

salsa-v0.25.1

Other

  • Fix a remainder that was forgotten in #1036 (#1037)

salsa-macro-rules-v0.25.0

Other

  • Require interned structs' fields to be Update (#1036)
  • Fully qualify std Result type (#1025)
  • pass Cycle to the cycle recovery function (#1028)
  • Call cycle_fn for every iteration (#1021)
  • Expose the Input query Id with cycle_initial (#1015)
  • Expose the query ID and the last provisional value to the cycle recovery function (#1012)
  • Fix missing license files in published macros/macro-rules crates (#1009)
  • Add benchmark for a fixpoint iteration with nested cycles (#1001)

salsa-macros-v0.25.0

Other

  • Require interned structs' fields to be Update (#1036)
  • Expose the query ID and the last provisional value to the cycle recovery function (#1012)
  • Fix missing license files in published macros/macro-rules crates (#1009)

... (truncated)

Changelog

Sourced from salsa's changelog.

0.25.2 - 2025-12-17

Other

0.25.1 - 2025-12-16

Other

  • Fix a remainder that was forgotten in #1036 (#1037)

0.25.0 - 2025-12-16

Other

  • Require interned structs' fields to be Update (#1036)
  • Make ordermap an optional feature (#1034)
  • implement Update for OrderMap and OrderSet (#1033)
  • Fully qualify std Result type (#1025)
  • pass Cycle to the cycle recovery function (#1028)
  • Fix cycle head durability (#1024)
  • Call cycle_fn for every iteration (#1021)
  • Track cycle function dependencies as part of the cyclic query (#1018)
  • Always increment iteration count (#1017)
  • Update compile fail snapshots to match new rust stable output (#1020)
  • Only use provisional values from the same revision (#1019)
  • Explain the motivation for breaking API changes made in #1012 and #1015 (#1016)
  • Expose the Input query Id with cycle_initial (#1015)
  • Add SyncTable::peek_claim fast path for function::Ingredient::wait_for (#1011)
  • Fix cache invalidation when cycle head becomes non-head (#1014)
  • Expose the query ID and the last provisional value to the cycle recovery function (#1012)
  • Fix hangs in multithreaded fixpoint iteration (#1010)
  • Remove experimental parallel feature (#1013)
  • Simplify WaitGroup implementation (#958)
  • Fix missing license files in published macros/macro-rules crates (#1009)
  • Run fixpoint per strongly connected component (#999)
  • Add benchmark for a fixpoint iteration with nested cycles (#1001)
Commits

Updates camino from 1.2.1 to 1.2.2

Release notes

Sourced from camino's releases.

camino 1.2.2

Added

On Rust 1.91 and above:

  • Utf8PathBuf::add_extension
  • Utf8Path::file_prefix
  • Utf8Path::with_added_extension
  • Utf8PathBuf::new is a const fn.
Changelog

Sourced from camino's changelog.

[1.2.2] - 2025-12-14

Added

On Rust 1.91 and above:

  • Utf8PathBuf::add_extension
  • Utf8Path::file_prefix
  • Utf8Path::with_added_extension
  • Utf8PathBuf::new is a const fn.
Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 cargo group with 2 updates: [salsa](https://github.com/salsa-rs/salsa) and [camino](https://github.com/camino-rs/camino).


Updates `salsa` from 0.24.0 to 0.25.2
- [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.24.0...salsa-v0.25.2)

Updates `camino` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/camino-rs/camino/releases)
- [Changelog](https://github.com/camino-rs/camino/blob/main/CHANGELOG.md)
- [Commits](camino-rs/camino@camino-1.2.1...camino-1.2.2)

---
updated-dependencies:
- dependency-name: salsa
  dependency-version: 0.25.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: camino
  dependency-version: 1.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the 🤖 dependabot Automated updates and changes managed by Dependabot label Dec 25, 2025
@coderabbitai
Copy link

coderabbitai bot commented Dec 25, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@codspeed-hq
Copy link

codspeed-hq bot commented Dec 25, 2025

CodSpeed Performance Report

Merging #376 will not alter performance

Comparing dependabot/cargo/cargo-ec7c16cef8 (575d9b4) with main (c15ad85)1

Summary

✅ 20 untouched

Footnotes

  1. No successful run was found on main (eeab419) during the generation of this report, so c15ad85 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 1, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 1, 2026
@dependabot dependabot bot deleted the dependabot/cargo/cargo-ec7c16cef8 branch January 1, 2026 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🤖 dependabot Automated updates and changes managed by Dependabot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant