crates
crates copied to clipboard
build(deps): bump hyper-rustls from 0.22.1 to 0.27.3
Bumps hyper-rustls from 0.22.1 to 0.27.3.
Release notes
Sourced from hyper-rustls's releases.
v/0.27.3
What's Changed
- fix: add rustls-platform-verifier flag for importing ConfigBuilderExt by
@junkuriharain rustls/hyper-rustls#276- docs: add a feature rustls-platform-verifier in the list of README.md by
@junkuriharain rustls/hyper-rustls#277- Bump seanmiddleditch/gha-setup-ninja from 4 to 5 by
@dependabotin rustls/hyper-rustls#278- Bump MSRV to 1.70 (for tokio 1.39) by
@djcin rustls/hyper-rustls#281- Builder fixes by
@Gelbpunktin rustls/hyper-rustls#283- enable
rustls-platform-verifierfor docs.rs by@fliskyin rustls/hyper-rustls#279- Upgrade to rustls-native-certs 0.8 by
@djcin rustls/hyper-rustls#2850.27.2
What's Changed
- ci: use ubuntu-latest instead of ubuntu-20.04 by
@djcin rustls/hyper-rustls#271- Avoid
aws-lc-rsfeature flag when building docs. by@tobzin rustls/hyper-rustls#273- Bump version to 0.27.2 by
@djcin rustls/hyper-rustls#2750.27.1
Added
- New
ConnectorBuilder::with_server_name_resolver()fn for specifying an implementation of theResolveServerNametrait to dynamically resolve the subject name used when verifying a server's certificate.- New
fipsfeature flag for enabling theaws-lc-rsRustls crypto provider in FIPS mode.Changed
ConnectorBuilder::with_server_name()is now deprecated. Existing usages should be replaced withConnectorBuilder::with_server_name_resolver()and aFixedServerNameResolver.What's Changed
- Add feature flag for enabling FIPS. by
@tobzin rustls/hyper-rustls#268- Support custom server name resolution by
@sfacklerin rustls/hyper-rustls#269- Cargo: v0.27.0 -> v0.27.1 by
@cpuin rustls/hyper-rustls#270New Contributors
@tobzmade their first contribution in rustls/hyper-rustls#268@sfacklermade their first contribution in rustls/hyper-rustls#269Full Changelog: https://github.com/rustls/hyper-rustls/compare/v/0.27.0...v/0.27.1
0.27.0
Changed
- Rustls updated to 0.23
- Default cryptography provider changed to
aws-lc-rsto match upstream Rustls project. Note that this has some implications on platform support and build-time tool requirements such ascmakeon all platforms andnasmon Windows. Support for ring continues to be available: set theringcrate feature.Added
- New
with_platform_verifierconnector builder fns for using rustls-platform-verifier for certificate verification. Requires the optionalrustls-platform-verifierfeature be enabled.- New
HttpsConnector::builderfn for conveniently constructing aConnectorBuilder.
... (truncated)
Commits
dc54bc0Bump version to 0.27.3a1d9263Import std::io directly6d1267cAvoid io::Result type alias139550bUpgrade to rustls-native-certs 0.8516e3acAlphabetically sort features3a4d5d7Move features before dependenciesf8c2036chore: sort features1d57d93enablerustls-platform-verifierfor docs.rsa6a5687Take impl Into<Arc> in connector builderb4f5132Add ConnectorBuilder::with_provider_and_platform_verifier- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.