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

chore(deps): bump extsort from 0.4.2 to 0.5.0 #1889

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2024

Bumps extsort from 0.4.2 to 0.5.0.

Release notes

Sourced from extsort's releases.

v0.5.0

  • Breaking: The Sortable trait now returns std::io::Result on both encode and decode methods, exposing underlying errors.
  • Breaking: The SortedIterator iterator now returns std::io::Result<T> instead of T directly, allowing propagation of underlying errors.
  • Breaking change: The comparator methods or key extractor now require being Clone. This change should not affect most users, as closures are Clone if they don't capture any variables.
  • Added a new "pushed" iterator, which allows pushing new elements instead of consuming them through an iterator. This is particularly useful when the data is not readily available as an iterator.
  • Methods accepting iterators now accept IntoIterator for flexibility.
Changelog

Sourced from extsort's changelog.

[0.5.0] - 2024-02-23

  • Breaking: The Sortable trait now returns std::io::Result on both encode and decode methods, exposing underlying errors.

  • Breaking: The SortedIterator iterator now returns std::io::Result<T> instead of T directly, allowing propagation of underlying errors.

  • Breaking change: The comparator methods or key extractor now require being Clone. This change should not affect most users, as closures are Clone if they don't capture any variables.

  • Added a new "pushed" iterator, which allows pushing new elements instead of consuming them through an iterator. This is particularly useful when the data is not readily available as an iterator.

  • Methods accepting iterators now accept IntoIterator for flexibility.

Commits
  • ea90e90 0.5.0 (#24)
  • 7329893 bump deps
  • 1ea720e Bump actions/checkout from 3 to 4 (#23)
  • c1ce6db Bump gaurav-nelson/github-action-markdown-link-check from 1.0.14 to 1.0.15 (#22)
  • e755d93 Bump gaurav-nelson/github-action-markdown-link-check from 1.0.13 to 1.0.14 (#21)
  • ac953a4 Bump actions/checkout from 2.4.0 to 3 (#20)
  • a067673 Bump actions/checkout from 2.3.5 to 2.4.0 (#19)
  • d2e30b7 chore(*): bump to rust 2021
  • 888546f Bump actions/checkout from 2.3.4 to 2.3.5 (#18)
  • 875e63a Bump gaurav-nelson/github-action-markdown-link-check (#15)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 25, 2024
@dependabot dependabot bot force-pushed the dependabot/cargo/extsort-0.5.0 branch from 2c36bf6 to 7b4a746 Compare March 26, 2024 21:10
@dependabot dependabot bot force-pushed the dependabot/cargo/extsort-0.5.0 branch from 7b4a746 to afd30c9 Compare April 16, 2024 21:00
Bumps [extsort](https://github.com/appaquet/extsort-rs) from 0.4.2 to 0.5.0.
- [Release notes](https://github.com/appaquet/extsort-rs/releases)
- [Changelog](https://github.com/appaquet/extsort-rs/blob/master/CHANGELOG.md)
- [Commits](appaquet/extsort-rs@v0.4.2...v0.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/extsort-0.5.0 branch from afd30c9 to 0d3d29d Compare April 17, 2024 20:53
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