messense / aliyundrive-webdav

阿里云盘 WebDAV 服务
MIT License
9.57k stars 1.09k forks source link

build(deps): bump tls-listener from 0.7.0 to 0.8.0 #921

Open dependabot[bot] opened 8 months ago

dependabot[bot] commented 8 months ago

Bumps tls-listener from 0.7.0 to 0.8.0.

Changelog

Sourced from tls-listener's changelog.

[0.8.0] - 2023-10-19

This is a backwards incompatible release. The main change is that accepting a new connection now returns a tuple of the new connection, and the peer address. The AsyncAccept trait was also changed similarly. The Error enum was also changed to provide more details about the error. And if the handshake times out, it now returns an error instead of silently waiting for the next connection.

Features

  • [breaking] Add a new error type for handshake timeouts

    • BREAKING CHANGE: Adds a new variant to the Error Enum
    • BREAKING CHANGE: The Error enum is now non_exhaustive
    • BREAKING CHANGE: Now returns an error if a handshake times out
  • [breaking] Yield remote address upon accepting a connection, and include it in errors.

    • BREAKING CHANGE: The enum variant Error::ListenerError is now struct-like instead of tuple-like, and is non_exhaustive like the enum itself.
    • BREAKING CHANGE: Error now has three type parameters, not two.
    • BREAKING CHANGE: TlsListener::accept and <TlsListener as Stream>::next yields a tuple of (connection, remote address), not just the connection.
    • BREAKING CHANGE: AsyncAccept now has an associated type Address, which poll_accept must now return along with the accepted connection.
  • [breaking] More changes for including peer address in response

    • BREAKING CHANGE: AsyncAccept::Error must implement std::error::Error
    • BREAKING CHANGE: TlsAcceptError is now a struct form variant.
Commits
  • b6f65d5 v0.8.0 release
  • 150c63b Add cliff.toml
  • c6a68b4 Merge pull request #37 from tmccombs/timeout-errors
  • 23ca7ff feat!: More changes for including peer address in response
  • e920fbb feat!: Yield remote address upon accepting a connection, and include it in er...
  • 8eed9e9 Merge pull request #39 from tmccombs/dependabot/github_actions/actions/checko...
  • daa6292 Bump actions/checkout from 3 to 4
  • 6bd78b6 feat!: Add a new error type for handshake timeouts
  • 31efb69 Replace actions-rs/toolchain with direct rustup commands
  • 27054bb Merge pull request #34 from tmccombs/dependabot/github_actions/actions/checko...
  • 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.