build(deps): bump subprocess from 0.2.9 to 1.1.0#453
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
e90de99 to
4131e8c
Compare
4131e8c to
43590da
Compare
Bumps [subprocess](https://github.com/hniksic/rust-subprocess) from 0.2.9 to 1.1.0. - [Commits](hniksic/rust-subprocess@release/0.2.9...release/1.1.0) --- updated-dependencies: - dependency-name: subprocess dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
43590da to
85841b0
Compare
Contributor
Author
|
Superseded by #464. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps subprocess from 0.2.9 to 1.1.0.
Commits
afb19edBump version to 1.1.0a8c12f5Merge pull request #88 from hniksic/hardening516540bIsolate fd-manipulating tests via test-binary re-exec9fcb744Proof-read and tighten doc comments6bb4fe7Handle all streams together when redirecting84b26b3Retry poll() on EINTRb6bf2ffDrop state mutex across blocking waitpid on Unix7d8da49Return ENOENT when PATH has no usable entries696593dDon't close child's stdin/stdout/stderr when redirected to fd 0/1/2c609745Fix needless borrows in README pipeline example