Skip to content

chore(deps): update process-wrap requirement from 8.2 to 9.0 #367

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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2025

Updates the requirements on process-wrap to permit the latest version.

Changelog

Sourced from process-wrap's changelog.

9.0.0 - 2025-08-09

  • Bugfix: Restore ability to compile without tracing - (e760d2d)
  • Documentation: Add workaround for jobobject ordering - (6afbf8d)
  • Feature: Change child wrapper inner()s to return one layer down (#23) - (bcfd7fd)
  • Feature: Add &mut Command to post_spawn() (#24) - (93b5dd2)
  • Refactor: Rename types to remove std/tokio name differentiation (#26) - (f1cf62e)

8.2.1 - 2025-05-15

  • Deps: Update nix to 0.30 (#18) - (fa80dc6)
  • Deps: Update lockfile - (854f074)
  • Documentation: Mention ordering requirement - (573f2ba)

8.2.0 - 2025-01-12

  • Feature: Add downcasting feature which adds Any trait bound to ChildWrappers - (3e48bf8)

8.1.0 - 2025-01-12

  • Bugfix: Cfg attribute scope (#10) - (04a41f3)
  • Deps: Push tokio requirement to 1.38 to be able to use stable process_group() - (ff834da)
  • Deps: Update lockfile - (d8c3e1f)
  • Deps: Upgrade nix to 0.29 - (067ff80)
  • Deps: Upgrade windows to 0.59 - (067ff80)
  • Deps: Bump MSRV to 1.77 - (6ec3a36)
  • Documentation: Add notes to indicate which deps can be bumped safely - (067ff80)
  • Feature: Add try_clone to the child wrapper traits - (3162a4a)
  • Feature: Use process_group() from std (available since Rust 1.64) - (76de1d5)
  • Tweak: Wrap some windows handles that are safe to Send - (657d4e3)

8.0.2 - 2024-05-31

  • Deps: Add tracing feature to remove tracing dep if wanted - (9f64922)

8.0.1 - 2024-05-31

  • Deps: Turn futures into an optional dependency (#7) - (0c8b54b)

... (truncated)

Commits
  • 50a4cbe release: 9.0.0
  • f1cf62e refactor: rename types to remove std/tokio name differentiation (#26)
  • 93b5dd2 feat: add &mut Command to post_spawn() (#24)
  • bcfd7fd feat: change child wrapper inner()s to return one layer down (#23)
  • e760d2d fix: restore ability to compile without tracing
  • 6afbf8d doc: add workaround for jobobject ordering
  • b83fec4 release: 8.2.1
  • 854f074 deps: update lockfile
  • 573f2ba doc: mention ordering requirement
  • fa80dc6 deps: update nix to 0.30 (#18)
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [process-wrap](https://github.com/watchexec/process-wrap) to permit the latest version.
- [Changelog](https://github.com/watchexec/process-wrap/blob/main/CHANGELOG.md)
- [Commits](watchexec/process-wrap@v8.2.0...v9.0.0)

---
updated-dependencies:
- dependency-name: process-wrap
  dependency-version: 9.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the T-dependencies Dependencies related changes label Aug 12, 2025
@github-actions github-actions bot added the T-config Configuration file changes label Aug 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-config Configuration file changes T-dependencies Dependencies related changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants