Skip to content

Bump sled from 0.32.0 to 0.34.7#32

Open
dependabot[bot] wants to merge 1 commit intozcash-zebrafrom
dependabot/cargo/sled-0.34.7
Open

Bump sled from 0.32.0 to 0.34.7#32
dependabot[bot] wants to merge 1 commit intozcash-zebrafrom
dependabot/cargo/sled-0.34.7

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github May 31, 2022

Bumps sled from 0.32.0 to 0.34.7.

Release notes

Sourced from sled's releases.

0.34.7

Bug Fixes

  • #1314 Fix a bug in Subscriber's Future impl.

0.34.6

Improvements

  • documentation improved

0.34.5

Improvements

  • #1164 widen some trait bounds on trees and batches

0.34.4

New Features

  • #1151 Send is implemented for Iter
  • #1167 added Tree::first and Tree::last functions to retrieve the first or last items in a Tree, unless the Tree is empty.

Bug Fixes

  • #1159 dropping a Db instance will no-longer prematurely shut-down the background flusher thread.
  • #1168 fixed an issue that was causing panics during recovery in 32-bit code.
  • #1170 when encountering corrupted storage data, the recovery process will panic less often.

0.34.3

New Features

  • #1146 added TransactionalTree::generate_id

0.34.2

Improvements

  • #1133 transactions and writebatch performance has been significantly improved by removing a bottleneck in the atomic batch stability tracking code.

0.34.1

New Features

  • #1136 Added the TransactionalTree::flush method to flush the underlying database after the transaction

... (truncated)

Changelog

Sourced from sled's changelog.

0.34.7

Bug Fixes

  • #1314 Fix a bug in Subscriber's Future impl.

0.34.6

Improvements

  • documentation improved

0.34.5

Improvements

  • #1164 widen some trait bounds on trees and batches

0.34.4

New Features

  • #1151 Send is implemented for Iter
  • #1167 added Tree::first and Tree::last functions to retrieve the first or last items in a Tree, unless the Tree is empty.

Bug Fixes

  • #1159 dropping a Db instance will no-longer prematurely shut-down the background flusher thread.
  • #1168 fixed an issue that was causing panics during recovery in 32-bit code.
  • #1170 when encountering corrupted storage data, the recovery process will panic less often.

0.34.3

New Features

  • #1146 added TransactionalTree::generate_id

0.34.2

Improvements

  • #1133 transactions and writebatch performance has been significantly improved by removing a bottleneck in the atomic batch stability tracking code.

... (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 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 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 [sled](https://github.com/spacejam/sled) from 0.32.0 to 0.34.7.
- [Release notes](https://github.com/spacejam/sled/releases)
- [Changelog](https://github.com/spacejam/sled/blob/main/CHANGELOG.md)
- [Commits](spacejam/sled@v0.32...v0.34.7)

---
updated-dependencies:
- dependency-name: sled
  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 Pull requests that update Rust code labels May 31, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 31, 2022

Dependabot tried to add @dconnolly as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/andrcmdr/zebra/pulls/32/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the andrcmdr/zebra repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

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