andfoy / pywinpty

Pseudoterminals for Windows in Python
MIT License
118 stars 27 forks source link

Bump winpty-rs from 0.3.15 to 0.3.16 #441

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 3 months ago

Bumps winpty-rs from 0.3.15 to 0.3.16.

Release notes

Sourced from winpty-rs's releases.

WinPTY-rs release v0.3.16

Minor WinPTY-rs release that fixes a major performance issue when reading from a PTY output stream, it also updates windows-rs to the latest version

What's Changed

New Contributors

Full Changelog: https://github.com/andfoy/winpty-rs/compare/v0.3.15...v0.3.16

Changelog

Sourced from winpty-rs's changelog.

Version 0.3.16 (2024/08/09)

Pull Requests Merged

In this release 5 pull requests were closed.

Commits
  • d5da0ad Release v0.3.16
  • c2633cb Update Changelog
  • d6b660f Merge pull request #77 from andfoy/dependabot/cargo/windows-0.58.0
  • bd39ce7 Wrap HANDLE in a separate struct
  • d7ca0bb Update windows requirement from 0.57.0 to 0.58.0
  • 1ecee27 Merge pull request #76 from SilverMira/SilverMira-fix-100ms-delay
  • 5a8aab1 fix: remove 100ms delay on first and subsequent read calls
  • dbbefcd Merge pull request #74 from andfoy/dependabot/cargo/windows-0.57.0
  • 66c0e1c Update windows requirement from 0.56.0 to 0.57.0
  • f0adc22 Merge pull request #73 from andfoy/dependabot/cargo/windows-0.56.0
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

andfoy commented 1 month ago

@dependabot rebase

dependabot[bot] commented 1 month ago

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