ilaborie / gitmoji-rs

A Rust version of https://github.com/carloscuesta/gitmoji-cli
MIT License
9 stars 3 forks source link

Bump rexpect from 0.5.0 to 0.6.0 #266

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps rexpect from 0.5.0 to 0.6.0.

Changelog

Sourced from rexpect's changelog.

[0.6.0] - 2024-11-06

Compatibility

  • PtyProcess::get_file_handle() returns an error if dup() fails
  • spawn_bash() returns error if tempfile::NamedTempFile::new() or write!() fails
  • Renamed Error::SendContolError to Error::SendControlError
  • MSRV updated to 1.65

Feature

  • "which" functionality was added (feature gated)
  • Option to skip ansi escape codes

Fixed

  • file descriptor leak was fixed in PtyProcess::new()
  • Documentation cleanup
Commits
  • 9450630 chore: Release rexpect version 0.6.0
  • f386b72 docs: Update changelog
  • 3fd67af docs: Remove manifest entry
  • b242b42 Merge pull request #133 from epage/typo
  • a72d4fa fix!: Rename SendContolError to SendControlError
  • 5b71392 chore(deps): Update Rust Stable to v1.82 (#131)
  • 77240c2 Merge pull request #130 from epage/template
  • a513b2e chore(ci): Remove Mac run
  • dde8eda chore(ci): Remove Windows run
  • 367c882 chore: Bump MSRV to 1.65
  • 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show 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)