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

chore(deps): bump spin from 0.9.3 to 0.9.8 in /core/embed/rust/fuzz #348

Open
wants to merge 1 commit into
base: touch
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2023

Bumps spin from 0.9.3 to 0.9.8.

Changelog

Sourced from spin's changelog.

[0.9.8] - 2023-04-03

Fixed

  • Unsoundness in Once::try_call_once caused by an Err(_) result

[0.9.7] - 2023-03-27

Fixed

  • Relaxed accidentally restricted Send/Sync bounds for Mutex guards

[0.9.6] - 2023-03-13

Fixed

  • Relaxed accidentally restricted Send/Sync bounds for RwLock guards

[0.9.5] - 2023-02-07

Added

  • FairMutex, a new mutex implementation that reduces writer starvation.
  • A MSRV policy: Rust 1.38 is currently required

Changed

  • The crate's CI now has full MIRI integration, further improving the confidence you can have in the implementation.

Fixed

  • Ensured that the crate's abstractions comply with stacked borrows rules.
  • Unsoundness in the RwLock that could be triggered via a reader overflow
  • Relaxed various Send/Sync bound requirements to make the crate more flexible

[0.9.4] - 2022-07-14

Fixed

  • Fixed unsoundness in RwLock on reader overflow
  • Relaxed Send/Sync bounds for SpinMutex and TicketMutex (doesn't affect Mutex itself)
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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot requested a review from a team as a code owner April 3, 2023 22:55
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 3, 2023
lihuanhuan
lihuanhuan previously approved these changes Apr 18, 2023
@dependabot dependabot bot changed the base branch from touch to mini June 13, 2023 01:58
@dependabot dependabot bot force-pushed the dependabot/cargo/core/embed/rust/fuzz/spin-0.9.8 branch from ae063ac to 213783c Compare June 13, 2023 01:58
@dependabot dependabot bot changed the base branch from mini to touch June 13, 2023 02:04
@dependabot dependabot bot dismissed lihuanhuan’s stale review June 13, 2023 02:04

The base branch was changed.

@dependabot dependabot bot force-pushed the dependabot/cargo/core/embed/rust/fuzz/spin-0.9.8 branch from 213783c to 518d098 Compare June 13, 2023 02:04
@dependabot dependabot bot changed the base branch from touch to bixin_dev May 24, 2024 02:48
@dependabot dependabot bot force-pushed the dependabot/cargo/core/embed/rust/fuzz/spin-0.9.8 branch from 518d098 to b6e1605 Compare May 24, 2024 02:48
@dependabot dependabot bot changed the base branch from bixin_dev to mini May 24, 2024 02:58
@dependabot dependabot bot force-pushed the dependabot/cargo/core/embed/rust/fuzz/spin-0.9.8 branch from b6e1605 to a283d26 Compare May 24, 2024 02:58
@dependabot dependabot bot changed the base branch from mini to touch May 24, 2024 03:46
Bumps [spin](https://github.com/mvdnes/spin-rs) from 0.9.3 to 0.9.8.
- [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)

---
updated-dependencies:
- dependency-name: spin
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/core/embed/rust/fuzz/spin-0.9.8 branch from a283d26 to 79061cd Compare May 24, 2024 03:46
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant