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

Bump the all group in /local-registry with 1 update #89

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2023

Updates the requirements on spinning_top to permit the latest version.

Changelog

Sourced from spinning_top's changelog.

0.3.0 – 2023-10-19

Breaking

Improvements

Other

0.2.5 – 2023-02-24

  • Upgrade lock_api to 0.4.7. This makes Spinlock::new a const function without needing nightly rust.

0.2.4 – 2021-05-13

  • Define MappedSpinlockGuard alias #12
    • makes use of SpinlockGuard::map easier

0.2.3 – 2021-04-01

  • Fix spin_loop_hint warning on Rust 1.51

0.2.2 – 2020-08-24

  • Add owning_ref support (#7)

0.2.1 – 2020-07-07

  • Implement const_spinlock convenience function (#5)

0.2.0 – 2020-07-06

  • Breaking: Upgrade lock_api to 0.4.0 (#3)

0.1.1

  • Implement try_lock_weak for use in lock loop (#4)

0.1.0

... (truncated)

Commits
  • 3d0c3c6 Release version 0.3.0
  • 55cd763 Merge pull request #26 from rust-osdev/release
  • 840740f Update cargo-release configuration to latest version
  • 48b8886 Update changelog
  • d7bcef0 Merge pull request #25 from mkroening/arc_lock
  • cf3aa5c docs: configure docs.rs
  • 38e4a5c feat: add arc_lock feature and typedefs
  • 9d803fe Merge pull request #18 from mkroening/rwlock
  • 43dae1e feat: add RwSpinlock readers-writer lock
  • 3f995c6 Merge pull request #16 from mkroening/backoff
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [spinning_top](https://github.com/rust-osdev/spinning_top) to permit the latest version.
- [Changelog](https://github.com/rust-osdev/spinning_top/blob/master/Changelog.md)
- [Commits](rust-osdev/spinning_top@v0.2.5...v0.3.0)

---
updated-dependencies:
- dependency-name: spinning_top
  dependency-type: direct:production
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner October 23, 2023 19:30
@dependabot dependabot bot added the x:rep/tiny Tiny amount of reputation label Oct 23, 2023
@senekor senekor merged commit 65a5355 into main Oct 24, 2023
2 checks passed
@senekor senekor deleted the dependabot/cargo/local-registry/all-b1ab217929 branch October 24, 2023 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
x:rep/tiny Tiny amount of reputation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants