slonopotamus / stevedore

🚢 Docker distribution for Windows Containers that Just Works
Apache License 2.0
296 stars 12 forks source link

Update named-lock requirement from 0.1 to 0.2 #44

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on named-lock to permit the latest version.

Release notes

Sourced from named-lock's releases.

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.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

Commits
  • e4635a5 Release 0.2.0
  • ee699b1 chore(changelog): Add links to the issues
  • a7d8918 Fix typo
  • 04004ee chore: Upgrade dependencies
  • d4b221e Merge pull request #4 from oblique/with-path
  • 64bb214 chore: Add CHANGELOG.md
  • c1610d2 feat: On UNIX respect TMPDIR environment variable
  • b78e566 feat: Add NamedLock::with_path on UNIX
  • e1e59d3 Bump version to 0.1.1
  • 73ba37d Improve cross process test
  • 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 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)