Skip to content

Update: Bump processkit from 2.1.0 to 2.1.1 in the rust-dependencies group - #8

Merged
ZelAnton merged 1 commit into
mainfrom
dependabot/cargo/rust-dependencies-0a1def90da
Jul 8, 2026
Merged

Update: Bump processkit from 2.1.0 to 2.1.1 in the rust-dependencies group#8
ZelAnton merged 1 commit into
mainfrom
dependabot/cargo/rust-dependencies-0a1def90da

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the rust-dependencies group with 1 update: processkit.

Updates processkit from 2.1.0 to 2.1.1

Release notes

Sourced from processkit's releases.

v2.1.1

Added

  • Error::{spawn, not_found, stdin} — the remaining #[doc(hidden)] insulated
Changelog

Sourced from processkit's changelog.

[2.1.1] - 2026-07-06

Added

  • Error::{spawn, not_found, stdin} — the remaining #[doc(hidden)] insulated constructors for the #[non_exhaustive] data-bearing variants that didn't get one alongside Error::{exit, timeout, signalled} in 2.1.0: Spawn and Stdin carry a std::io::Error and there is deliberately no From<std::io::Error>, so without a constructor a custom ProcessRunner double or cassette replay outside this crate could not build them at all. Error::parse(program, message) -> Error::Parse is added too, left on the documented public surface (not #[doc(hidden)]) since building an Error::Parse from a caller's own output parser — outside this crate's try_parse helpers — is a normal production path, not just a test-doubling convenience.

Changed

Fixed

Commits
  • d0b1038 Release v2.1.1
  • 7b15c3b Update public-api.txt baseline for the new Error::parse constructor
  • 1e5aeb2 Add doc(hidden) constructors for the remaining non-exhaustive Error variants
  • 2157e9c Initialize integration workspace for batch B-20260706T115001Z
  • 70a077a Add doc(hidden) constructors for Error::{Spawn,NotFound,Stdin} and a public E...
  • 20621ed chore: ignore .work orchestration directory
  • 7748aa9 docs: fix the 2.1.0 changelog compare link to a real tag
  • a1fdd19 Write 1.2 -> 2.1 upgrade guide for agent consumers
  • See full diff 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the rust-dependencies group with 1 update: [processkit](https://github.com/ZelAnton/ProcessKit-rs).


Updates `processkit` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/ZelAnton/ProcessKit-rs/releases)
- [Changelog](https://github.com/ZelAnton/ProcessKit-rs/blob/main/CHANGELOG.md)
- [Commits](ZelAnton/ProcessKit-rs@v2.1.0...v2.1.1)

---
updated-dependencies:
- dependency-name: processkit
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 8, 2026
@ZelAnton
ZelAnton merged commit 5e9bfdf into main Jul 8, 2026
26 checks passed
@ZelAnton
ZelAnton deleted the dependabot/cargo/rust-dependencies-0a1def90da branch July 8, 2026 06:59
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