Updates the requirements on bitvec to permit the latest version.
Changelog
*Sourced from [bitvec's changelog](https://github.com/myrrlyn/bitvec/blob/master/CHANGELOG.md).*
> # Changelog
>
> All notable changes will be documented in this file.
>
> This document is written according to the [Keep a Changelog][kac] style.
>
> ## 0.14.0
>
> ### Added
>
> - `add_assign_reverse` on `BitSlice` and `BitVec`, and `add_reverse` on
> `BitBox` and `BitVec`.
>
> These methods perform left-to-right addition, propagating the carry from the
> 0th bit in the sequence to the nth. On `BitSlice`, `add_assign_reverse`
> returns the carry-out bit. On `BitVec`, `add_assign_reverse` and `add_reverse`
> push the carry-out to the right end of the vector.
>
> This feature was requested in [Issue [#16](https://github-redirect.dependabot.com/myrrlyn/bitvec/issues/16)], by GitHub user [@GeorgeGkas].
>
> ## 0.13.0
>
> ### Changed
>
> - The `BitPtr` internal representation replaced the elements/tail tuple with
> a bit-length counter. Most of the changes as a result of this were purely
> internal, but as it affected the `Serde` representation, this was moved to a
> new version.
>
> ## 0.12.0
>
> ### Added
>
> - `BitSlice::at` simulates a write reference to a single bit. It creates an
> instance of `slice::BitGuard`, which holds a mutable reference to the
> requested bit and a `bool` slot. `BitGuard` implements `Deref` and `DerefMut`
> to its local `bool`, and writes its local `bool` value to the specified bit in
> `Drop`.
>
> This allows writing the following:
>
> ```rust
> *slice.at(index) = some_bit();
> ```
>
> as equivalent to
>
> ```rust
> slice.set(index, some_bit());
> ```
> ... (truncated)
Commits
- See full diff in [compare view](https://github.com/myrrlyn/bitvec/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 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](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- 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 bitvec to permit the latest version.
Changelog
*Sourced from [bitvec's changelog](https://github.com/myrrlyn/bitvec/blob/master/CHANGELOG.md).* > # Changelog > > All notable changes will be documented in this file. > > This document is written according to the [Keep a Changelog][kac] style. > > ## 0.14.0 > > ### Added > > - `add_assign_reverse` on `BitSlice` and `BitVec`, and `add_reverse` on > `BitBox` and `BitVec`. > > These methods perform left-to-right addition, propagating the carry from the > 0th bit in the sequence to the nth. On `BitSlice`, `add_assign_reverse` > returns the carry-out bit. On `BitVec`, `add_assign_reverse` and `add_reverse` > push the carry-out to the right end of the vector. > > This feature was requested in [Issue [#16](https://github-redirect.dependabot.com/myrrlyn/bitvec/issues/16)], by GitHub user [@GeorgeGkas]. > > ## 0.13.0 > > ### Changed > > - The `BitPtrCommits
- See full diff in [compare view](https://github.com/myrrlyn/bitvec/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 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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - 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.