Skip to content

chore(deps): bump salsa from 0.27.0 to 0.27.2#937

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/cargo/develop/salsa-0.27.2
Open

chore(deps): bump salsa from 0.27.0 to 0.27.2#937
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/cargo/develop/salsa-0.27.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps salsa from 0.27.0 to 0.27.2.

Release notes

Sourced from salsa's releases.

salsa-macro-rules-v0.27.2

Fixed

  • avoid redundant captures in input setters (#1144)

Other

  • Revamp tracked attribute for methods and impls to better handle lifetimes (#1111)

salsa-macros-v0.27.2

Fixed

  • reject singleton on non-input structs (#1154)

Other

  • Improve ergonomics of Update derive helpers (#1168)
  • Revamp tracked attribute for methods and impls to better handle lifetimes (#1111)

salsa-v0.27.2

Fixed

  • propagate cycle heads through specify (#1190)
  • seed cycle disambiguators once (#1191)
  • omit never-change input edges (#1193)

salsa-macro-rules-v0.27.1

Fixed

  • avoid redundant captures in input setters (#1144)

Other

  • Revamp tracked attribute for methods and impls to better handle lifetimes (#1111)

salsa-macros-v0.27.1

Fixed

  • reject singleton on non-input structs (#1154)

Other

  • Improve ergonomics of Update derive helpers (#1168)
  • Revamp tracked attribute for methods and impls to better handle lifetimes (#1111)

salsa-v0.27.1

Added

  • make detailed tracing opt-in (#1188)

... (truncated)

Changelog

Sourced from salsa's changelog.

0.27.2 - 2026-06-25

Fixed

  • propagate cycle heads through specify (#1190)
  • seed cycle disambiguators once (#1191)
  • omit never-change input edges (#1193)

0.27.1 - 2026-06-24

Added

  • make detailed tracing opt-in (#1188)

Changed

  • Update Rust crate hashlink to 0.12 (#1131)

Fixed

  • preserve current query values when specifying (#1182)
  • make interned slot reuse unwind-safe (#1160)
  • record each interned revision once (#1163)
  • preserve query revision for non-reusable interned values (#1180)
  • hold shard lock while reading interned entries (#1159)
  • discard tracked outputs overwritten by specify (#1162)
  • exclude deleted tracked structs from enumeration (#1166)
  • reset cancellation after event panic (#1157)
  • guarantee RawDatabase ABI transparency (#1165)
  • restore cancellation state after cycle panic (#1156)
  • preserve accumulators during shallow verification (#1155)
  • support updating empty arrays (#1153)
  • reject singleton on non-input structs (#1154)
  • preserve order when updating OrderMap (#1152)
  • reject zero atomic revisions during deserialization (#1151)
  • fix default interned GC configuration (#1146)
  • (book) update embedded diagrams.net source (#1149)
  • avoid redundant captures in input setters (#1144)

Other

  • allocate memo table slots lazily (#1178)
  • Add never-change durability and omit immutable query edges (#1109)
  • separate cached and cold fetch paths (#1184)
  • Introduce MemoHeader to reduce monomorphization (#1142)
  • store interned revisions inline (#1175)
  • skip empty cycle-head propagation (#1176)
  • Improve ergonomics of Update derive helpers (#1168)
  • Fix triomphe typos (#1170)
  • Revamp tracked attribute for methods and impls to better handle lifetimes (#1111)

... (truncated)

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [salsa](https://github.com/salsa-rs/salsa) from 0.27.0 to 0.27.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.27.0...salsa-v0.27.2)

---
updated-dependencies:
- dependency-name: salsa
  dependency-version: 0.27.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions

Copy link
Copy Markdown

Hi! 👋 Thanks for your first PR to Mycelium.

Per CONTRIBUTING.md:

  • PRs target develop, not main
  • Every commit must have Signed-off-by: (DCO). Use git commit -s.
  • Conventional Commits message format
  • Tests should precede implementation (Charter §5.1)

The Reviewer agent will do an automated first pass shortly.

Welcome to the network. 🍄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants