Skip to content

Bump sequential-storage from 4.0.3 to 5.0.1#10

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/sequential-storage-5.0.1
Open

Bump sequential-storage from 4.0.3 to 5.0.1#10
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/sequential-storage-5.0.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Mar 2, 2026

Bumps sequential-storage from 4.0.3 to 5.0.1.

Release notes

Sourced from sequential-storage's releases.

v5.0.1

What's Changed

Full Changelog: tweedegolf/sequential-storage@v5.0.0...v5.0.1

v5.0.0

What's Changed

New Contributors

Full Changelog: tweedegolf/sequential-storage@v4.0.3...v5.0.0

Changelog

Sourced from sequential-storage's changelog.

5.0.1 27-08-25

  • Fixed the Value implementation for Option<T> so it now serializes and deserializes properly
  • Add optional heapless v0.9 support

5.0.0 31-07-25

  • Added Key implementation for the unit type () for easy storage of a single value
  • Breaking: Changed API for map fetch_all_items such that the Key is captured in MapItemIter.
  • Fixed some logic so queue can be used on a single page. (It's still recommended to use at least 2 pages for both the queue and the map)
  • Add some extra logic to catch more crc collisions

This release is 'disk'-compatible with 4.0

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [sequential-storage](https://github.com/tweedegolf/sequential-storage) from 4.0.3 to 5.0.1.
- [Release notes](https://github.com/tweedegolf/sequential-storage/releases)
- [Changelog](https://github.com/tweedegolf/sequential-storage/blob/master/CHANGELOG.md)
- [Commits](tweedegolf/sequential-storage@v4.0.3...v5.0.1)

---
updated-dependencies:
- dependency-name: sequential-storage
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Mar 2, 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