Skip to content

chore(deps): bump redb from 3.1.3 to 4.0.0#4092

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/redb-4.0.0
Open

chore(deps): bump redb from 3.1.3 to 4.0.0#4092
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/redb-4.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 9, 2026

Bumps redb from 3.1.3 to 4.0.0.

Release notes

Sourced from redb's releases.

4.0.0

  • Implement Drop on AccessGuardMut and AccessGuardMutInPlace, which requires that these be dropped before the Table they borrow from. This fixes a critical bug where the accessor could outlive the Table, and be dropped after the transaction had already committed. This could cause data loss due to the data in the accessor being written out after the transaction had already completed.
  • Remove Legacy type. To migrate off the Legacy type, use the Legacy type in the 3.x release and copy the data to a table with plain tuples, before upgrading to the 4.x release.
Changelog

Sourced from redb's changelog.

4.0.0 - 2026-04-02

  • Implement Drop on AccessGuardMut and AccessGuardMutInPlace, which requires that these be dropped before the Table they borrow from. This fixes a critical bug where the accessor could outlive the Table, and be dropped after the transaction had already committed. This could cause data loss due to the data in the accessor being written out after the transaction had already completed.
  • Remove Legacy type. To migrate off the Legacy type, use the Legacy type in the 3.x release and copy the data to a table with plain tuples, before upgrading to the 4.x release.
Commits

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 9, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 9, 2026

Documentation for this PR has been generated and is available at: https://n0-computer.github.io/iroh/pr/4092/docs/iroh/

Last updated: 2026-04-13T12:03:44Z

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 9, 2026

Netsim report & logs for this PR have been generated and is available at: LOGS
This report will remain available for 3 days.

Last updated for commit: feccd36

@n0bot n0bot bot added this to iroh Apr 9, 2026
@github-project-automation github-project-automation bot moved this to 🚑 Needs Triage in iroh Apr 9, 2026
@dignifiedquire dignifiedquire requested a review from rklaehn April 11, 2026 10:01
@dignifiedquire
Copy link
Copy Markdown
Contributor

@rklaehn can you review if we can update?

Bumps [redb](https://github.com/cberner/redb) from 3.1.3 to 4.0.0.
- [Release notes](https://github.com/cberner/redb/releases)
- [Changelog](https://github.com/cberner/redb/blob/master/CHANGELOG.md)
- [Commits](cberner/redb@v3.1.3...v4.0.0)

---
updated-dependencies:
- dependency-name: redb
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/redb-4.0.0 branch from b06f648 to 33502f9 Compare April 13, 2026 12:02
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

Status: 🚑 Needs Triage

Development

Successfully merging this pull request may close these issues.

1 participant