build(deps): bump subprocess from 0.2.9 to 1.2.0 - #464
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
dependabot
Bot
force-pushed
the
dependabot/cargo/subprocess-1.2.0
branch
from
June 29, 2026 09:36
83cbfcd to
3d2b44d
Compare
dependabot
Bot
force-pushed
the
dependabot/cargo/subprocess-1.2.0
branch
from
July 13, 2026 09:37
3d2b44d to
0c063ab
Compare
dependabot
Bot
force-pushed
the
dependabot/cargo/subprocess-1.2.0
branch
from
July 20, 2026 09:37
0c063ab to
17b4603
Compare
dependabot
Bot
force-pushed
the
dependabot/cargo/subprocess-1.2.0
branch
from
July 20, 2026 09:39
17b4603 to
e211475
Compare
dependabot
Bot
force-pushed
the
dependabot/cargo/subprocess-1.2.0
branch
from
July 20, 2026 09:41
e211475 to
16aa3ee
Compare
dependabot
Bot
force-pushed
the
dependabot/cargo/subprocess-1.2.0
branch
from
July 20, 2026 09:43
16aa3ee to
9f7a814
Compare
dependabot
Bot
force-pushed
the
dependabot/cargo/subprocess-1.2.0
branch
from
July 20, 2026 09:46
9f7a814 to
ed644d0
Compare
dependabot
Bot
force-pushed
the
dependabot/cargo/subprocess-1.2.0
branch
from
July 20, 2026 09:48
ed644d0 to
feb05a1
Compare
Bumps [subprocess](https://github.com/hniksic/rust-subprocess) from 0.2.9 to 1.2.0. - [Commits](hniksic/rust-subprocess@release/0.2.9...release/1.2.0) --- updated-dependencies: - dependency-name: subprocess dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/subprocess-1.2.0
branch
from
July 27, 2026 09:40
feb05a1 to
22146fc
Compare
Contributor
Author
|
Superseded by #478. |
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.2.0.
Commits
f49ee69Bump version to 1.2.07f39f6dReplace FromSource/FromSink with sealed IntoInputSource/IntoOutputSinke536c53Accept String and Box<str> as stdin inputafb19edBump 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 Unix