Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump redb from 1.0.4 to 1.1.0 #2991

Merged
merged 1 commit into from
Sep 1, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2023

Bumps redb from 1.0.4 to 1.1.0.

Release notes

Sourced from redb's releases.

1.1.0

  • Fix panic when calling compact() on certain databases
  • Fix panic when calling compact() when an ephemeral Savepoint existed
  • Improve performance of compact()
  • Relax lifetime requirements on arguments to insert()

1.0.5

  • Fix a rare panic when recovering a database file after a crash
  • Minor performance improvement to write heavy workloads
Changelog

Sourced from redb's changelog.

1.1.0 - 2023-08-20

  • Fix panic when calling compact() on certain databases
  • Fix panic when calling compact() when an ephemeral Savepoint existed
  • Improve performance of compact()
  • Relax lifetime requirements on arguments to insert()

1.0.5 - 2023-07-16

  • Fix a rare panic when recovering a database file after a crash
  • Minor performance improvement to write heavy workloads
Commits
  • d49f0d4 Bump version to 1.1.0
  • 523897a Update changelog
  • fb55c85 Add fuzzing of compact()
  • 47d7c94 Fix panic in compact()
  • 1db7f62 Fix panic in compact() when ephemeral savepoint exists
  • f729669 fix(insert sig lifetime): key and value should have different lifetimes
  • a256aa5 Use ubuntu-latest in CI
  • 166f55e Simplify CI installation of Python
  • 277b1cc Add test to ensure tables/transactions are Send/Sync as appropriate
  • deef041 Update msrv to 1.67
  • Additional commits viewable in compare view

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 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 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 [redb](https://github.com/cberner/redb) from 1.0.4 to 1.1.0.
- [Release notes](https://github.com/cberner/redb/releases)
- [Changelog](https://github.com/cberner/redb/blob/master/CHANGELOG.md)
- [Commits](cberner/redb@v1.0.4...v1.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust labels Sep 1, 2023
@Xuanwo Xuanwo merged commit 8817c00 into main Sep 1, 2023
24 checks passed
@Xuanwo Xuanwo deleted the dependabot/cargo/redb-1.1.0 branch September 1, 2023 02:52
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 releases-note/build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant