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

Update sized-chunks requirement from 0.1.2 to 0.2.0 #84

Merged
merged 1 commit into from Apr 15, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Updates the requirements on sized-chunks to permit the latest version.

Changelog

Sourced from sized-chunks's changelog.

[0.2.0] - 2019-04-14

CHANGED

  • The capacity() method has been replacied with a CAPACITY const on each
    type.

ADDED

  • There is now a RingBuffer implementation, which should be nearly a drop-in
    replacement for SizedChunk but is always O(1) on push and cannot be
    dereferenced to slices (but it has a set of custom slice-like implementations
    to make that less of a drawback).
  • The Drain iterator for SizedChunk now implements DoubleEndedIterator.

FIXED

  • SizedChunk::drain_from_front/back will now always panic if the iterator
    underflows, instead of only doing it in debug mode.

[0.1.3] - 2019-04-12

ADDED

  • SparseChunk now has a default length of U64.
  • Chunk now has PartialEq defined for anything that can be borrowed as a
    slice.
  • SparseChunk<A> likewise has PartialEq defined for BTreeMap<usize, A> and
    HashMap<usize, A>. These are intended for debugging and aren't optimally
    `efficient.
  • Chunk and SparseChunk now have a new method capacity() which returns its
    maximum capacity (the number in the type) as a usize.
  • Added an entries() method to SparseChunk.
  • SparseChunk now has a Debug implementation.

FIXED

  • Extensive integration tests were added for Chunk and SparseChunk.
  • Chunk::clear is now very slightly faster.

[0.1.2] - 2019-03-11

FIXED

  • Fixed an alignment issue in Chunk::drain_from_back. (#1)

[0.1.1] - 2019-02-19

FIXED

... (truncated)
Commits
  • c0218a6 (cargo-release) version 0.2.0
  • 94fb3dd A ring buffer implementation.
  • 7633b30 Changelog sync.
  • 81edef2 Implement DoubleEndedIterator for Drain.
  • 785b590 Make drain_from_front/back also panic like it says on the tin in release mode.
  • 4f4cd00 Change chunk.capacity() to Chunk::CAPACITY.
  • 8a37b58 (cargo-release) version 0.1.3
  • 87b1ccf Tests for SparseChunk, +++
  • 21660d7 Add a default length of 64 to SparseChunk.
  • e6cf5dc Changelog sync.
  • Additional commits viewable in compare view

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 will not automatically merge this PR because this dependency is pre-1.0.0.


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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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)

Finally, you can contact us by mentioning @dependabot.

Updates the requirements on [sized-chunks](https://github.com/bodil/sized-chunks) to permit the latest version.
- [Release notes](https://github.com/bodil/sized-chunks/releases)
- [Changelog](https://github.com/bodil/sized-chunks/blob/master/CHANGELOG.md)
- [Commits](bodil/sized-chunks@0.1.2...0.2.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 15, 2019
@bodil bodil merged commit 7c5f501 into master Apr 15, 2019
@bodil bodil deleted the dependabot/cargo/sized-chunks-0.2.0 branch May 18, 2019 11:16
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants