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 jwalk from 0.6.0 to 0.8.1 #277

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps jwalk from 0.6.0 to 0.8.1.

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)

v0.8.0

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

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

Commit Details

  • Uncategorized
    • Parallelism::RayonExistingPool::busy_timeout is now optional. (3a71721)

v0.7.0

This release makes iterator creation fallible to avoid potential hangs when there is no available thread to process any of the iterator work.

... (truncated)

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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 16, 2022
Bumps [jwalk](https://github.com/byron/jwalk) from 0.6.0 to 0.8.1.
- [Release notes](https://github.com/byron/jwalk/releases)
- [Changelog](https://github.com/Byron/jwalk/blob/main/CHANGELOG.md)
- [Commits](Byron/jwalk@v0.6.0...v0.8.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/jwalk-0.8.1 branch from 2f19fe0 to 5211a89 Compare January 22, 2023 20:16
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants