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 as-slice requirement from 0.1.3 to 0.2.1 #110

Merged
merged 3 commits into from
Oct 19, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 19, 2021

Updates the requirements on as-slice to permit the latest version.

Changelog

Sourced from as-slice's changelog.

[v0.2.1] - 2021-03-25

Added

  • Moved to const generics MVP

[v0.1.5] - 2021-03-02

Fixed

  • Security issue.

[v0.1.4] - 2020-09-23

Added

  • generic_array 0.14 support

Fixed

  • Handling of targets with small pointer types, e.g. AVR

[v0.1.3] - 2020-02-17

Added

  • As{,Mut}Slice implementations for arrays whose lengths are powers of 2 up to 1 << 16.

[v0.1.2] - 2019-11-22

Added

  • Support for v0.13.x of generic-array, in addition to the existing support for v0.12.x of generic-array.

v0.2.0 - 2019-08-29 - YANKED

  • The 0.1.1 release was a breaking change, now in 0.2.0

[v0.1.1] - 2019-08-29 - YANKED

  • Bumped generic_array dependency

[v0.1.0] - 2018-05-23

  • Initial release

... (truncated)

Commits

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 dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 19, 2021
@lucasbrendel lucasbrendel added the automerge Kodiak Auto Merge Label label Oct 19, 2021
Updates the requirements on [as-slice](https://github.com/japaric/as-slice) to permit the latest version.
- [Release notes](https://github.com/japaric/as-slice/releases)
- [Changelog](https://github.com/japaric/as-slice/blob/master/CHANGELOG.md)
- [Commits](japaric/as-slice@v0.1.3...v0.2.1)

---
updated-dependencies:
- dependency-name: as-slice
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/as-slice-0.2.1 branch from 91b2480 to 868f1f9 Compare October 19, 2021 15:11
@kodiakhq kodiakhq bot merged commit a3e232d into master Oct 19, 2021
@kodiakhq kodiakhq bot deleted the dependabot/cargo/as-slice-0.2.1 branch October 19, 2021 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Kodiak Auto Merge Label 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