Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jun 6, 2022

Bumps conquer-once from 0.2.1 to 0.3.2.

Release notes

Sourced from conquer-once's releases.

v0.3.1

This release fixes a regression, which required a newer compiler than the stated and guaranteed toolchain version 1.36.0.

v0.3.0

This release adds the publicly exported noblock module, which offers the same synchronization primitives, but with fallible initialization functions only, which are guaranteed to never block. Furthermore, the API is streamlined, by making certain internal types private, which were previously accidentally exported.

Changelog

Sourced from conquer-once's changelog.

Release 0.2.1

  • updates docs to explicitly specify the concrete synchronization guarantees

Release 0.3.0

  • mostly internal refactorings
  • adds the noblock module containing types which only allow non-blocking initialization
  • raw is renamed to doc and hidden from documentation, but linked to from within the docs
  • the Spin marker type is no longer exported

Release 0.3.1

  • fixes an apparent regression, requiring a new compiler than the stated 1.36.0

Release 0.3.2

Commits

Dependabot compatibility score

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

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [conquer-once](https://github.com/oliver-giersch/conquer-once) from 0.2.1 to 0.3.2.
- [Release notes](https://github.com/oliver-giersch/conquer-once/releases)
- [Changelog](https://github.com/oliver-giersch/conquer-once/blob/master/RELEASES.md)
- [Commits](https://github.com/oliver-giersch/conquer-once/commits)

---
updated-dependencies:
- dependency-name: conquer-once
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 6, 2022
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.

1 participant