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 iter-read requirement from 0.3.1 to 1.1.0 #8

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2024

Updates the requirements on iter-read to permit the latest version.

Changelog

Sourced from iter-read's changelog.

1.1.0 - 2024-08-24

  • Bump MSRV to 1.58.
  • Implement IterReadItem for [u8; N] and &[u8; N].

1.0.1 - 2023-11-30

  • README fixes.
  • Add a changelog.

1.0.0 - 2023-11-30

  • MSRV bump to 1.48. No substantial changes from 0.3.1.

0.3.1 - 2022-01-24

  • README fixes.

0.3.0 - 2020-06-17

  • Require FusedIterator to be implemented for iterators.
  • Switch to GitHub CI.

0.2.1 - 2019-09-18

  • Update to edition 2018.

0.2.0 - 2018-10-28

  • Use better macros in implementation.

0.1.0 - 2016-04-24

  • Initial release.
Commits
  • 1aa1f15 Prepare release. MSRV needs only minor bump
  • 6b4e06e Implement IterReadItem for [u8; N].
  • 5db244a bump version
  • 3860875 Add changelog, fix license texts, update copyright years
  • 2ec8334 fix build status badge and docs link
  • 9f97f66 release as 1.0
  • 295b5c9 add explicit rust-toolchain file, bump MSRV
  • 516fe38 Remove FusedIterator requirement. into_inner() now returns Fuse<I>.
  • See full diff in compare view

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.

Updates the requirements on [iter-read](https://github.com/birkenfeld/iter-read) to permit the latest version.
- [Changelog](https://github.com/birkenfeld/iter-read/blob/master/CHANGELOG.md)
- [Commits](birkenfeld/iter-read@v0.3.1...v1.1.0)

---
updated-dependencies:
- dependency-name: iter-read
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner August 26, 2024 06:35
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 26, 2024
@dependabot dependabot bot requested a review from JeffreyHuynh1 August 26, 2024 06:35
@dependabot dependabot bot requested a review from zlav August 26, 2024 06:35
@zlav zlav merged commit a01e033 into main Oct 11, 2024
5 checks passed
@zlav zlav deleted the dependabot/cargo/iter-read-1.1.0 branch October 11, 2024 05:24
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.

1 participant