lolishinshi / exloli

从 E 站抓取画(ben)廊(zi)并上传 telegraph 并转发至 telegram channel
MIT License
117 stars 18 forks source link

Bump sled from 0.32.0 to 0.33.0 #112

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps sled from 0.32.0 to 0.33.0.

Release notes

Sourced from sled's releases.

0.33.0

Breaking Changes

  • #1125 the backtrace crate has been made optional, which cuts several seconds off compilation time, but may cause breakage if you interacted with the backtrace field of corruption-related errors.

Bug Fixes

  • #1128 Tree::pop_min and Tree::pop_max had a bug where they were not atomic.

0.32.1

New Features

  • #1116 IVec::subslice has been added to facilitate creating zero-copy subsliced IVecs that are backed by the same data.

Bug Fixes

  • #1120 Fixed a use-after-free caused by missing ref keyword on a Copy type in a pattern match in IVec::as_mut.
  • #1108 conversions from Box<[u8]> to IVec are fixed.
Changelog

Sourced from sled's changelog.

0.33

Breaking Changes

  • #1125 the backtrace crate has been made optional, which cuts several seconds off compilation time, but may cause breakage if you interacted with the backtrace field of corruption-related errors.

Bug Fixes

  • #1128 Tree::pop_min and Tree::pop_max had a bug where they were not atomic.

0.32.1

New Features

  • #1116 IVec::subslice has been added to facilitate creating zero-copy subsliced IVecs that are backed by the same data.

Bug Fixes

  • #1120 Fixed a use-after-free caused by missing ref keyword on a Copy type in a pattern match in IVec::as_mut.
  • #1108 conversions from Box<[u8]> to IVec are fixed.

0.32

New Features

  • #1079 Transactional is now implemented for [&Tree] and [Tree] so you can avoid the previous friction of using tuples, as was necessary previously.
  • #1058 The minimum supported Rust version (MSRV) is now 1.39.0.
  • #1037 Subscriber now implements Future (non-fused) so prefix watching may now be iterated over via while let Some(event) = (&mut subscriber).await {}

Improvements

  • #965 concurrency control is now dynamically enabled for atomic point operations, so that it may be avoided unless transactional functionality is being used in the system. This significantly increases performance for workloads that do not use transactions.
Commits
  • 8bfa87e Merge pull request #1128 from spacejam/tyler_0.33
  • 9cc2d10 Fix concurrent pop test
  • f62ab32 Check-in concurrent tree pop test
  • f6b939a Add issue numbers to the changelog
  • ee33b1d Cut 0.33. Fix atomicity bug in Tree::pop_min and Tree::pop_max
  • 21975b8 Merge pull request #1126 from ernestas-poskus/fix/metrics_log_reservation_att...
  • 50790eb metrics: fix log_reservation_attempts subtract overflow
  • fd9f61e Merge pull request #1125 from spacejam/tyler_optional_backtrace
  • 7e3dc1b Make the backtrace crate optional for faster compile times
  • 1e5bbfc Update CHANGELOG.md
  • 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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #115.