Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps im from 10.2.0 to 12.3.2.

Release notes

Sourced from im's releases.

12.3.1

Changed

  • Unsafe chunks have been separated out into the sized-chunks crate, which is now a dependency of im.
Changelog

Sourced from im's changelog.

[12.3.2] - 2019-03-05

Changed

  • Clone constraints on all data structures, as well as relevant constraints on
    maps and sets, have been relaxed where possible, so that you can now construct
    empty instances and call most query methods without requiring values implement
    Clone etc. (#63)

Fixed

  • Constructing an empty Vector will not allocate any heap memory, instead
    deferring allocation until you perform an operation that would increase its
    length. (#65)
  • Some bugs arising when using Vector::append repeatedly were fixed. (#67,
    #70)

[12.3.1] - 2019-02-19

Changed

  • Unsafe chunks have been separated out into the sized-chunks crate, which is
    now a dependency of im.

[12.3.0] - 2019-01-15

Added

  • singleton methods have been deprecated and renamed to unit.
  • Vector::chunks and Vector::chunks_mut have been deprecated and renamed to
    leaves and leaves_mut to avoid confusion with Vec::chunks. (#50)

Fixed

  • Fixed an issue where the HashMap draining iterator might access uninitialised memory leading to
    undefined behaviour. (#60)
  • Fixed multiple issues in Vector::split_off and Vector::append that would cause lookup errors
    and unexpectedly unbalanced trees. (#55).

[12.2.0] - 2018-10-12

Added

  • OrdMap and OrdSet now have a range() method which makes an iterator over
    a bounded subset of the values. The improved iterator implementation is also
    considerably more efficient than the previous (about an order of magnitude
    faster for nontrivial data sets). iter() has been updated to take advantage
    of this, and is now just an alias for range(..). (#27)
  • FocusMut now has an unmut method to turn it into an immutable Focus,
    releasing its exclusive hold on the underlying Vector.
  • Focus now implements Clone.
... (truncated)
Commits
  • fef443b (cargo-release) version 12.3.2
  • c0dfafe Fix warning in makefile.
  • 6e37a68 Properly expose the contents of nodes::btree::DiffItem for sets.
  • b3eee57 Changelog for recent merge bug fixes.
  • a8198c7 Skip calling push_size as well as push_child_node for fully drained nodes.
  • 83bb4e7 Fix a silly nerge conflict error.
  • e7d67af Merge pull request #71 from krobelus/issue_70
  • 7f7a6f3 Merge branch 'master' into issue_70
  • 7c365ab Handle empty size table in Node::len()
  • eeaefeb Avoid adding empty chunks
  • 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 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.

Bumps [im](https://github.com/bodil/im-rs) from 10.2.0 to 12.3.2.
- [Release notes](https://github.com/bodil/im-rs/releases)
- [Changelog](https://github.com/bodil/im-rs/blob/master/CHANGELOG.md)
- [Commits](bodil/im-rs@10.2.0...12.3.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 6, 2019
@dependabot-preview
Copy link
Contributor Author

Superseded by #25.

@dependabot-preview dependabot-preview bot deleted the dependabot/cargo/im-12.3.2 branch March 12, 2019 05:50
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.

2 participants