Skip to content

build(deps): bump subprocess from 0.2.9 to 1.0.0#531

Merged
bnaecker merged 6 commits intomasterfrom
dependabot/cargo/subprocess-1.0.0
Mar 16, 2026
Merged

build(deps): bump subprocess from 0.2.9 to 1.0.0#531
bnaecker merged 6 commits intomasterfrom
dependabot/cargo/subprocess-1.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

Bumps subprocess from 0.2.9 to 1.0.0.

Commits
  • 10e79a0 Bump version
  • bd7146b Additional doc updates
  • 9482452 Make pipe inheritance platform-specific to fix Windows
  • 3bc22fc Prevent deallocation of Arc after fork
  • 819ccba Use Job methods instead of processes[0] in tests
  • 7708889 Atomically set O_CLOEXEC wherever possible
  • 602af55 More migration/readme updates
  • cc949a8 Nicer names and direction for Into* traits
  • e528b69 Unify Exec and Pipeline doc comments for shared methods
  • 16ddb8e Don't depend on libc on Windows
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Feb 23, 2026
dependabot bot and others added 4 commits March 16, 2026 11:15
Bumps [subprocess](https://github.com/hniksic/rust-subprocess) from 0.2.9 to 1.0.0.
- [Commits](hniksic/rust-subprocess@release/0.2.9...release/1.0.0)

---
updated-dependencies:
- dependency-name: subprocess
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
- Update MSRV to 1.88.0
- Fix trybuild test output
- Update to new subprocess API
@bnaecker bnaecker force-pushed the dependabot/cargo/subprocess-1.0.0 branch from c8f1e54 to 3bd9153 Compare March 16, 2026 18:15
@bnaecker bnaecker merged commit bd0416d into master Mar 16, 2026
23 checks passed
@bnaecker bnaecker deleted the dependabot/cargo/subprocess-1.0.0 branch March 16, 2026 18:39
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