Skip to content

Bump bilock from 0.1.0 to 0.1.2 in the dependencies group#4

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/dependencies-8ee38603ca
Open

Bump bilock from 0.1.0 to 0.1.2 in the dependencies group#4
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/dependencies-8ee38603ca

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 9, 2026

Copy link
Copy Markdown

Bumps the dependencies group with 1 update: bilock.

Updates bilock from 0.1.0 to 0.1.2

Release notes

Sourced from bilock's releases.

v0.1.2

  • Simplified allocation
  • Don't use UnsafeCell<T> needlessly, so impl<T> RefUnwindSafe for Bilock<T> where T: RefUnwindSafe is automatically derived

Full Changelog: Kijewski/bilock@v0.1.1...v0.1.2

v0.1.1

Added:

  • Bilock creation shortcuts:
    • fn Bilock::new_locked()
    • fn Bilock::new_unpaired()
    • fn OwnedGuard::new()
  • Reviving paired handles:
    • fn Bilock::revive(&mut OwnedGuard)
    • unsafe fn Bilock::revive_unchecked(&mut OwnedGuard)
  • Ease of use for trait BilockLike:
    • impl<T: BilockLike> BilockLike for &T {}

Full Changelog: Kijewski/bilock@v0.1.0...v0.1.1

Changelog

Sourced from bilock's changelog.

[v0.1.2] - 2026-04-22

Changed

  • Simplified allocation
  • Don't use UnsafeCell<T> needlessly, so impl<T> RefUnwindSafe for Bilock<T> where T: RefUnwindSafe is automatically derived

[v0.1.1] - 2026-04-22

Added

  • Bilock creation shortcuts: fn Bilock::new_locked(), fn Bilock::new_unpaired(), fn OwnedGuard::new()
  • Reviving paired handles: fn Bilock::revive(&mut OwnedGuard), unsafe fn Bilock::revive_unchecked(&mut OwnedGuard)
  • Ease of use for trait BilockLike: impl<T: BilockLike> BilockLike for &T {}
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 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

Bumps the dependencies group with 1 update: [bilock](https://github.com/Kijewski/bilock).


Updates `bilock` from 0.1.0 to 0.1.2
- [Release notes](https://github.com/Kijewski/bilock/releases)
- [Changelog](https://github.com/Kijewski/bilock/blob/main/CHANGELOG.md)
- [Commits](Kijewski/bilock@v0.1.0...v0.1.2)

---
updated-dependencies:
- dependency-name: bilock
  dependency-version: 0.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 9, 2026
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.

0 participants