Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actix-utils from 1.0.4 to 3.0.0 in /benchmarks/targets/actix-web #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 6, 2022

Bumps actix-utils from 1.0.4 to 3.0.0.

Release notes

Sourced from actix-utils's releases.

actix-utils: v3.0.0

  • No significant changes from 3.0.0-beta.4.

actix-tls: v3.0.0

  • No significant changes since 3.0.0-rc.2.

actix-tls: v3.0.0-rc.2

  • Re-export openssl::SslConnectorBuilder in connect::openssl::reexports. #429

#429: actix/actix-net#429

actix-tls: v3.0.0-rc.1

Added

  • Derive Debug for connect::Connection. #422
  • Implement Display for accept::TlsError. #422
  • Implement Error for accept::TlsError where both types also implement Error. #422
  • Implement Default for connect::Resolver. #422
  • Implement Error for connect::ConnectError. #422
  • Implement Default for connect::tcp::{TcpConnector, TcpConnectorService}. #423
  • Implement Default for connect::ConnectorService. #423

Changed

  • The crate's default features flags no longer include uri. #422
  • Useful re-exports from underlying TLS crates are exposed in a reexports modules in all acceptors and connectors.
  • Convert connect::ResolverService from enum to struct. #422
  • Make ConnectAddrsIter private. #422
  • Mark tcp::{TcpConnector, TcpConnectorService} structs #[non_exhaustive]. #423
  • Rename accept::native_tls::{NativeTlsAcceptorService => AcceptorService}. #422
  • Rename connect::{Address => Host} trait. #422
  • Rename method connect::Connection::{host => hostname}. #422
  • Rename struct connect::{Connect => ConnectInfo}. #422
  • Rename struct connect::{ConnectService => ConnectorService}. #422
  • Rename struct connect::{ConnectServiceFactory => Connector}. #422
  • Rename TLS acceptor service future types and hide from docs. #422
  • Unbox some service futures types. #422
  • Inline modules in connect::tls to connect module. #422

Removed

  • Remove connect::{new_connector, new_connector_factory, default_connector, default_connector_factory} methods. #422
  • Remove connect::native_tls::Connector::service method. #422
  • Remove redundant connect::Connection::from_parts method. #422

#422: actix/actix-net#422 #423: actix/actix-net#423

actix-tls: v3.0.0-beta.9

  • Add configurable timeout for accepting TLS connection. #393
  • Added TlsError::Timeout variant. #393
  • All TLS acceptor services now use TlsError for their error types. #393

... (truncated)

Commits
  • 89a4c2e prepare actix-tls release 3.0.0
  • a468183 fix changelogs
  • 5d2da0f prepare actix-service release 2.0.2
  • ef18a83 prepare local-waker release 0.1.2
  • 621deba fix changelog bullet points
  • 6a9f13c inline simple future functions
  • 705b312 fix impl assertion tests
  • eb490a9 re-export openssl connector builder (#429)
  • 90f205a standardize crate level lints
  • 3a3d654 use "physical" cpu cores as default worker count
  • 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [actix-utils](https://github.com/actix/actix-net) from 1.0.4 to 3.0.0.
- [Release notes](https://github.com/actix/actix-net/releases)
- [Commits](actix/actix-net@utils-v1.0.4...tls-v3.0.0)

---
updated-dependencies:
- dependency-name: actix-utils
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 6, 2022
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants