Skip to content

fix(deps): update rust crate redb to v3.1.3#451

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/redb-3.x
Open

fix(deps): update rust crate redb to v3.1.3#451
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/redb-3.x

Conversation

@renovate

@renovate renovate Bot commented Sep 25, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
redb (source) dependencies minor =3.0.2=3.1.3

Release Notes

cberner/redb (redb)

v3.1.3

Compare Source

  • Fix a data loss bug which can occur when the guard returned from Table::get_mut() is dropped
    after the transaction has been committed.
  • Add a warning to Table::insert_reserve() indicating that it can cause data loss and recommending
    to upgrade to the 4.0.0 release.

v3.1.2

Compare Source

  • Reduce memory usage of open databases

v3.1.1

Compare Source

  • Fix panic which could occur when inserting into a table with fixed size keys when debug_assertions are enabled
  • Add additional information to the stats returned by cache_stats()

v3.1.0

Compare Source

  • Implement std::error::Error for SetDurabilityError
  • Fix compilation error on various non-tier-1 platforms, such as wasm32-unknown

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot enabled auto-merge (rebase) September 25, 2025 22:52
@renovate renovate Bot force-pushed the renovate/redb-3.x branch from fed3a9e to addc806 Compare October 10, 2025 12:58
@renovate renovate Bot force-pushed the renovate/redb-3.x branch from addc806 to 145d830 Compare March 9, 2026 01:03
@renovate renovate Bot changed the title fix(deps): update rust crate redb to v3.1.0 fix(deps): update rust crate redb to v3.1.1 Mar 9, 2026
@renovate renovate Bot force-pushed the renovate/redb-3.x branch from 145d830 to 7265200 Compare April 1, 2026 23:37
@renovate renovate Bot changed the title fix(deps): update rust crate redb to v3.1.1 fix(deps): update rust crate redb to v3.1.2 Apr 1, 2026
@renovate renovate Bot force-pushed the renovate/redb-3.x branch from 7265200 to 3efd3e1 Compare April 3, 2026 00:50
@renovate renovate Bot changed the title fix(deps): update rust crate redb to v3.1.2 fix(deps): update rust crate redb to v3.1.3 Apr 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants