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 lazycell requirement to 1.0 #5693

Merged
merged 1 commit into from
Jul 6, 2018
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Updates the requirements on lazycell to permit the latest version.

Release notes

Sourced from lazycell's releases.

v1.0.0

v1.0.0 (2018-06-06)

Features

Changelog

Sourced from lazycell's changelog.

v1.0.0 (2018-06-06)

Features

0.6.0 (2017-11-25)

Bug Fixes

  • fix soundness hole in borrow_with (d1f46bef)

Features

Breaking Changes

  • add T: Send for AtomicLazyCell Sync impl (668bb2fa, closes #67)

Improvements

  • add T: Send for AtomicLazyCell Sync impl (668bb2fa, closes #67)

v0.5.1 (2017-03-24)

Documentation

Improvements

Features

  • Add get method for Copy types (dc8f8209)
... (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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot merge will merge this PR after your CI passes on it
  • @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 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.

@dependabot-preview dependabot-preview bot added the A-build-dependencies Area: [build-dependencies] label Jul 6, 2018
@rust-highfive
Copy link

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @matklad (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@alexcrichton
Copy link
Member

@bors: r+

@bors
Copy link
Contributor

bors commented Jul 6, 2018

📌 Commit 2f8c049 has been approved by alexcrichton

@bors
Copy link
Contributor

bors commented Jul 6, 2018

⌛ Testing commit 2f8c049 with merge 81fde13...

bors added a commit that referenced this pull request Jul 6, 2018
…crichton

Update lazycell requirement to 1.0

Updates the requirements on [lazycell](https://github.com/indiv0/lazycell) to permit the latest version.
<details>
<summary>Release notes</summary>

*Sourced from [lazycell's releases](https://github.com/indiv0/lazycell/releases).*

> ## v1.0.0
> <a name="v1.0.0"></a>
> ## v1.0.0 (2018-06-06)
>
>
> #### Features
>
> *   Add #![no_std] ([e59f6b55](indiv0/lazycell@e59f6b5))
</details>
<details>
<summary>Changelog</summary>

*Sourced from [lazycell's changelog](https://github.com/indiv0/lazycell/blob/master/CHANGELOG.md).*

> ## v1.0.0 (2018-06-06)
>
>
> #### Features
>
> *   Add #![no_std] ([e59f6b55](indiv0/lazycell@e59f6b5))
>
>
>
> <a name="0.6.0"></a>
> ## 0.6.0 (2017-11-25)
>
>
> #### Bug Fixes
>
> *   fix soundness hole in borrow_with ([d1f46bef](indiv0/lazycell@d1f46be))
>
> #### Features
>
> *   add Default derives ([71bc5088](indiv0/lazycell@71bc508))
> *   add LazyCell::try_borrow_with ([bffa4028](indiv0/lazycell@bffa402))
> *   add LazyCell::borrow_mut method ([fd419dea](indiv0/lazycell@fd419de))
>
> #### Breaking Changes
>
> *   add `T: Send` for `AtomicLazyCell` `Sync` impl ([668bb2fa](indiv0/lazycell@668bb2f), closes [#67](https://github-redirect.dependabot.com/indiv0/lazycell/issues/67))
>
> #### Improvements
>
> *   add `T: Send` for `AtomicLazyCell` `Sync` impl ([668bb2fa](indiv0/lazycell@668bb2f), closes [#67](https://github-redirect.dependabot.com/indiv0/lazycell/issues/67))
>
>
>
> <a name="v0.5.1"></a>
> ## v0.5.1 (2017-03-24)
>
>
> #### Documentation
>
> *   fix missing backticks ([44bafaaf](indiv0/lazycell@44bafaa))
>
> #### Improvements
>
> *   derive `Debug` impls ([9da0a5a2](indiv0/lazycell@9da0a5a))
>
> #### Features
>
> *   Add get method for Copy types ([dc8f8209](indiv0/lazycell@dc8f820))
>
>
></table> ... (truncated)
</details>
<details>
<summary>Commits</summary>

- See full diff in [compare view](https://github.com/indiv0/lazycell/commits/v1.0.0)
</details>
<br />

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`.

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot merge` will merge this PR after your CI passes on it
- `@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 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)
- 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.

</details>
@bors
Copy link
Contributor

bors commented Jul 6, 2018

☀️ Test successful - status-appveyor, status-travis
Approved by: alexcrichton
Pushing 81fde13 to master...

@bors bors merged commit 2f8c049 into master Jul 6, 2018
@dependabot-preview dependabot-preview bot deleted the dependabot/cargo/lazycell-1.0 branch July 6, 2018 22:09
@sfackler
Copy link
Member

sfackler commented Jul 6, 2018

Fancy!

@ehuss ehuss added this to the 1.29.0 milestone Feb 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-build-dependencies Area: [build-dependencies]
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants