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 spin requirement from 0.7.0 to 0.8.0 #11

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2021

Updates the requirements on spin to permit the latest version.

Changelog

Sourced from spin's changelog.

[0.8.0] - 2021-03-15

Added

  • Once::get_unchecked
  • RelaxStrategy trait with type parameter on all locks to support switching between relax strategies.

Changed

  • lock_api1 feature is now named lock_api

[0.7.1] - 2021-01-12

Fixed

  • Prevented Once leaking the inner value upon drop

[0.7.0] - 2020-10-18

Added

  • Once::initialized
  • Once::get_mut
  • Once::try_into_inner
  • Once::poll
  • RwLock, Mutex and Once now implement From<T>
  • Lazy type for lazy initialization
  • TicketMutex, an alternative mutex implementation
  • std feature flag to enable thread yielding instead of spinning
  • Mutex::is_locked/SpinMutex::is_locked/TicketMutex::is_locked
  • Barrier

Changed

  • Once::wait now spins even if initialization has not yet started
  • Guard::leak is now an associated function instead of a method
  • Improved the performance of SpinMutex by relaxing unnecessarily conservative ordering requirements

[0.6.0] - 2020-10-08

Added

  • More dynamic Send/Sync bounds for lock guards
  • lock_api compatibility
  • Guard::leak methods
  • RwLock::reader_count and RwLock::writer_count
  • Display implementation for guard types

Changed

... (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)

Updates the requirements on [spin](https://github.com/mvdnes/spin-rs) to permit the latest version.
- [Release notes](https://github.com/mvdnes/spin-rs/releases)
- [Changelog](https://github.com/mvdnes/spin-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mvdnes/spin-rs/commits)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 16, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 19, 2021

Superseded by #12.

@dependabot dependabot bot closed this Mar 19, 2021
@dependabot dependabot bot deleted the dependabot/cargo/spin-0.8.0 branch March 19, 2021 05:47
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants