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

build(deps): bump named-lock from 0.1.1 to 0.3.0 #4780

Merged
merged 2 commits into from
Sep 26, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 26, 2022

Bumps named-lock from 0.1.1 to 0.3.0.

Release notes

Sourced from named-lock's releases.

0.3.0

Changed

  • NamedLock::create now rejects names that contain \0 character (#5)
  • NamedLock::create now rejects empty names
  • Upgrade all dependencies

#5: oblique/named-lock#5

0.2.0

Added

  • Added NamedLock::with_path on UNIX (#2, #4)

Changed

  • NamedLock::create on UNIX respects TMPDIR environment variable (#1, #4)
  • NamedLock::create now rejects names that contain / or \ characters (#2, #4)
  • NamedLock::create on Windows explicitly creates a global mutex
  • Error::CreateFailed now has the source of the error
  • Upgrade all dependencies

#4: oblique/named-lock#4 #2: oblique/named-lock#2 #1: oblique/named-lock#1

Changelog

Sourced from named-lock's changelog.

0.3.0

Changed

  • NamedLock::create now rejects names that contain \0 character (#5)
  • NamedLock::create now rejects empty names
  • Upgrade all dependencies

0.2.0

Added

  • Added NamedLock::with_path on UNIX (#2, #4)

Changed

  • NamedLock::create on UNIX respects TMPDIR environment variable (#1, #4)
  • NamedLock::create now rejects names that contain / or \ characters (#2, #4)
  • NamedLock::create on Windows explicitly creates a global mutex
  • Error::CreateFailed now has the source of the error
  • Upgrade all dependencies

#5: oblique/named-lock#5 #4: oblique/named-lock#4 #2: oblique/named-lock#2 #1: oblique/named-lock#1

Commits
  • 70f6eb9 Release 0.3.0
  • 3d2ac05 Return error on empty name
  • 9def982 Upgrade dependencies
  • 20c0f21 Merge pull request #5 from ryanavella/null-byte-check
  • 50ce98d Reject names with null-bytes in NamedLock::create.
  • 9902570 (cargo-release) start next development iteration 0.2.0
  • e4635a5 Release 0.2.0
  • ee699b1 chore(changelog): Add links to the issues
  • a7d8918 Fix typo
  • 04004ee chore: Upgrade dependencies
  • Additional commits viewable in compare view

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 will merge this PR once CI passes on it, as requested by @mystenadmin.


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)

Bumps [named-lock](https://github.com/oblique/named-lock) from 0.1.1 to 0.3.0.
- [Release notes](https://github.com/oblique/named-lock/releases)
- [Changelog](https://github.com/oblique/named-lock/blob/master/CHANGELOG.md)
- [Commits](oblique/named-lock@0.1.1...0.3.0)

---
updated-dependencies:
- dependency-name: named-lock
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Sep 26, 2022
Copy link

@mystenadmin mystenadmin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@dependabot dependabot bot merged commit 8db6008 into main Sep 26, 2022
@dependabot dependabot bot deleted the dependabot/cargo/named-lock-0.3.0 branch September 26, 2022 02:26
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