Skip to content

Bump fun_run from 0.6.0 to 0.7.0 - #514

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/fun_run-0.7.0
Closed

Bump fun_run from 0.6.0 to 0.7.0#514
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/fun_run-0.7.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps fun_run from 0.6.0 to 0.7.0.

Changelog

Sourced from fun_run's changelog.

0.7.0

  • Update documentation (schneems/fun_run#16)
  • Add Windows support: the crate now compiles on *-pc-windows-* targets, verified in CI via a cross-compile clippy job. The optional which_problem feature remains Unix-only. (schneems/fun_run#26)
  • Fix CmdError::status() and the impl From<CmdError> for NamedOutput conversion so a failed-to-launch command (the CmdError::SystemError variant) returns a decodable, shell-conventional exit code (127 not-found, 126 not-executable, 1 otherwise) instead of a raw errno that could decode as a signal. The status is still synthetic (the command never ran) and only guaranteed to be non-zero, so prefer inspecting the underlying std::io::Error and its ErrorKind directly rather than relying on the exact code. (schneems/fun_run#25)
  • Set the minimum supported Rust version (MSRV) to 1.87. This is required by the std::io::ErrorKind variants used to map launch failures to exit codes, and by the optional which_problem dependency which relies on OsStr::display (stabilized in 1.87). (schneems/fun_run#25)
  • Add fun_run::OutputWithName extension trait to construct a synthetic NamedOutput without running a process. Useful for testing code that inspects a NamedOutput/CmdError (schneems/fun_run#23)
  • Add fun_run::ExitStatusFromCode extension trait as an ergonomic construct to build an ExitStatus without bit shifting (schneems/fun_run#23)
  • Improve exit status display for CmdError. On Unix, when a signal kills a process it does not have a status code ExitStatus::code() returns None. Previously we were defaulting to a value of 1 for that case. Now, we are replicating the behavior of bash by adding 128 to the signal number such that SIGTERM becomes 143.
  • Add signal output line to CmdError display. Signals documented by POSIX are printed with their human-readable name signal: 15 (SIGTERM). Other signals print only the number signal: 126.
Commits
  • a3b1135 Merge pull request #31 from schneems/schneems/v0.7.0
  • dfcf8a4 v0.7.0
  • e1c9df2 Merge pull request #30 from schneems/schneems/fix-docs
  • 0cb500e Fix link
  • 45e7dfa Fix docs
  • e33a71a Merge pull request #29 from schneems/schneems/show-signal
  • ea83ed1 Add signal output line to CmdError display
  • d31069a Merge pull request #28 from schneems/schneems/fix-signal-code
  • 54d6f10 Improve exit status display for CmdError
  • 881e344 Merge pull request #23 from schneems/schneems/expose-easier-way-to-make-named...
  • 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)

Bumps [fun_run](https://github.com/schneems/fun_run) from 0.6.0 to 0.7.0.
- [Changelog](https://github.com/schneems/fun_run/blob/main/CHANGELOG.md)
- [Commits](schneems/fun_run@v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: fun_run
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 skip changelog labels Jul 1, 2026
@dependabot
dependabot Bot requested a review from schneems as a code owner July 1, 2026 11:04
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file skip changelog rust Pull requests that update Rust code labels Jul 1, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 7, 2026

Copy link
Copy Markdown
Contributor Author

Looks like fun_run is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 7, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/fun_run-0.7.0 branch July 7, 2026 12:08
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 skip changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants