Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Update jwalk requirement from 0.4.0 to 0.8.1 #73

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2022

Updates the requirements on jwalk to permit the latest version.

Release notes

Sourced from jwalk's releases.

v0.8.1

New Features

  • re-export rayon in the crate root. This makes creating a ThreadPool easier as it doesn't force us to maintain our own rayon dependency.

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • re-export rayon in the crate root. (b49e157)
Changelog

Sourced from jwalk's changelog.

0.8.1 (2022-12-15)

New Features

  • re-export rayon in the crate root. This makes creating a ThreadPool easier as it doesn't force us to maintain our own rayon dependency.

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • re-export rayon in the crate root. (b49e157)

0.8.0 (2022-12-15)

New Features (BREAKING)

  • Parallelism::RayonExistingPool::busy_timeout is now optional. That way we can indicate that no waiting should be done as we know the given threadpool has enough resources.

Commit Statistics

  • 2 commits contributed to the release.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized

... (truncated)

Commits
  • 0079deb Release jwalk v0.8.1
  • b49e157 feat: re-export rayon in the crate root.
  • be0bd21 Release jwalk v0.8.0
  • 3a71721 feat!: Parallelism::RayonExistingPool::busy_timeout is now optional.
  • c265744 Release jwalk v0.7.0
  • 67364f9 prepare changelog prior to release
  • a94d14b refactor
  • 7e300c6 thanks clippy
  • 7d5b8b8 feat: WalkDirGeneric::try_into_iter() for early error handling.
  • 3bf1bc2 feat!: Detect possible deadlocks when instantiating a parallel iterator.
  • 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)

Updates the requirements on [jwalk](https://github.com/byron/jwalk) to permit the latest version.
- [Release notes](https://github.com/byron/jwalk/releases)
- [Changelog](https://github.com/Byron/jwalk/blob/main/CHANGELOG.md)
- [Commits](Byron/jwalk@v0.4.0...v0.8.1)

---
updated-dependencies:
- dependency-name: jwalk
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants