Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Bumps the cargo group with 6 updates in the / directory:

Package From To
salsa 0.24.0 0.25.2
camino 1.2.1 1.2.2
serde_json 1.0.145 1.0.147
tracing 0.1.43 0.1.44
insta 1.44.3 1.45.0
tempfile 3.23.0 3.24.0

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

Updates serde_json from 1.0.145 to 1.0.147

Release notes

Sourced from serde_json's releases.

v1.0.147

  • Switch float-to-string algorithm from Ryū to Żmij for better f32 and f64 serialization performance (#1304)

v1.0.146

Commits
  • 62d6e8d Release 1.0.147
  • fd829a6 Merge pull request #1304 from dtolnay/zmij
  • e757a3d Switch from ryu -> zmij for float formatting
  • 75ad7e6 Release 1.0.146
  • bc6c827 Merge pull request #1305 from Xeonacid/patch-1
  • a09210a Set fast_arithmetic=64 for riscv64
  • 01182e5 Update actions/upload-artifact@v5 -> v6
  • 383b13a Update actions/upload-artifact@v4 -> v5
  • 04dd357 Raise required compiler to Rust 1.68
  • e047dfb Resolve manual_let_else pedantic clippy lint
  • Additional commits viewable in compare view

Updates tracing from 0.1.43 to 0.1.44

Release notes

Sourced from tracing's releases.

tracing 0.1.44

Fixed

  • Fix record_all panic (#3432)

Changed

  • tracing-core: updated to 0.1.36 (#3440)

#3432: tokio-rs/tracing#3432 #3440: tokio-rs/tracing#3440

Commits

Updates insta from 1.44.3 to 1.45.0

Release notes

Sourced from insta's releases.

1.45.0

Release Notes

  • Add external diff tool support via INSTA_DIFF_TOOL environment variable. When set, insta uses the specified tool (e.g., delta, difftastic) to display snapshot diffs instead of the built-in diff. The tool is invoked as <tool> <old_file> <new_file>. #844
  • Add test.disable_nextest_doctest config option to insta.yaml, allowing users to silence the nextest doctest warning via config instead of passing --dnd every time. #842
  • Skip non-insta snapshot files in unreferenced detection. Projects using both insta and other snapshot tools (like vitest or jest) can now use --unreferenced=reject without false positives on .snap files from other tools. #846
  • Collect warnings from tests for display after run. Ensures deprecation warnings are visible even when nextest suppresses stdout/stderr from passing tests. #840
  • Update TOML serialization to be up-to-date and backwards-compatible. #834
  • Support clippy::needless_raw_strings lint by only using raw strings when content contains backslashes or quotes. #828

Install cargo-insta 1.45.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/insta/releases/download/1.45.0/cargo-insta-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/mitsuhiko/insta/releases/download/1.45.0/cargo-insta-installer.ps1 | iex"

Download cargo-insta 1.45.0

File Platform Checksum
cargo-insta-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
cargo-insta-x86_64-apple-darwin.tar.xz Intel macOS checksum
cargo-insta-x86_64-pc-windows-msvc.zip x64 Windows checksum
cargo-insta-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
cargo-insta-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum
Changelog

Sourced from insta's changelog.

1.45.0

  • Add external diff tool support via INSTA_DIFF_TOOL environment variable. When set, insta uses the specified tool (e.g., delta, difftastic) to display snapshot diffs instead of the built-in diff. The tool is invoked as <tool> <old_file> <new_file>. #844
  • Add test.disable_nextest_doctest config option to insta.yaml, allowing users to silence the nextest doctest warning via config instead of passing --dnd every time. #842
  • Skip non-insta snapshot files in unreferenced detection. Projects using both insta and other snapshot tools (like vitest or jest) can now use --unreferenced=reject without false positives on .snap files from other tools. #846
  • Collect warnings from tests for display after run. Ensures deprecation warnings are visible even when nextest suppresses stdout/stderr from passing tests. #840
  • Update TOML serialization to be up-to-date and backwards-compatible. #834
  • Support clippy::needless_raw_strings lint by only using raw strings when content contains backslashes or quotes. #828
Commits

Updates tempfile from 3.23.0 to 3.24.0

Changelog

Sourced from tempfile's changelog.

3.24.0

  • Actually support WASIp2 without the nightly feature. This library is now feature complete on WASIp2 without any additional feature flags.
  • Exclude CI scripts from the published crate.
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 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [salsa](https://github.com/salsa-rs/salsa) | `0.24.0` | `0.25.2` |
| [camino](https://github.com/camino-rs/camino) | `1.2.1` | `1.2.2` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.145` | `1.0.147` |
| [tracing](https://github.com/tokio-rs/tracing) | `0.1.43` | `0.1.44` |
| [insta](https://github.com/mitsuhiko/insta) | `1.44.3` | `1.45.0` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.23.0` | `3.24.0` |



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)

Updates `serde_json` from 1.0.145 to 1.0.147
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.145...v1.0.147)

Updates `tracing` from 0.1.43 to 0.1.44
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-0.1.43...tracing-0.1.44)

Updates `insta` from 1.44.3 to 1.45.0
- [Release notes](https://github.com/mitsuhiko/insta/releases)
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](mitsuhiko/insta@1.44.3...1.45.0)

Updates `tempfile` from 3.23.0 to 3.24.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.23.0...v3.24.0)

---
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
- dependency-name: serde_json
  dependency-version: 1.0.147
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: tracing
  dependency-version: 0.1.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: insta
  dependency-version: 1.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: tempfile
  dependency-version: 3.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the 🤖 dependabot Automated updates and changes managed by Dependabot label Jan 1, 2026
@coderabbitai
Copy link

coderabbitai bot commented Jan 1, 2026

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 Jan 1, 2026

CodSpeed Performance Report

Merging #380 will not alter performance

Comparing dependabot/cargo/cargo-0c39691114 (21b480e) 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 15, 2026

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

@dependabot dependabot bot closed this Jan 15, 2026
@dependabot dependabot bot deleted the dependabot/cargo/cargo-0c39691114 branch January 15, 2026 12:45
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