Configurable cryptography providers. The cryptography used by rustls is represented by the CryptoProvider trait. ring is now optional, but remains the default provider.
Certificate revocation list (CRL) support. The default certificate verifier used in rustls can now be configured with CRLs to control revocation of client and server certificates.
Optional support for cryptography from aws-lc-rs. Once the certification process completes , we will support FIPS mode using aws-lc-rs.
Separate configuration of root hints in client certificate verifier. To deal with cross-signed client certificate topologies, the list of hints sent to a client can now be configured. The default behaviour remains to send the names of the configured root certificates.
Related libraries
There are some related libraries in the rustls ecosystem. If you depend on these libraries, you'll need at least these versions to be compatible with rustls 0.22:
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 major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the minor group with 14 updates:
0.1.75
0.1.77
0.4.31
0.4.32
0.3.29
0.3.30
0.21.10
0.22.2
1.0.76
1.0.79
1.0.193
1.0.195
4.4.11
4.4.18
2.1.1
2.1.2
0.10.1
0.11.0
0.11.3
0.12.0
1.10.2
1.10.3
1.6.1
1.7.0
0.11.1
0.11.2
1.0.51
1.0.56
Updates
async-trait
from 0.1.75 to 0.1.77Release notes
Sourced from async-trait's releases.
Commits
Updates
chrono
from 0.4.31 to 0.4.32Release notes
Sourced from chrono's releases.
Commits
bf70419
527757386
Prepare 0.4.32 releasecee242a
Fix typos in Datelike impl for DateTime6ec8f97
Add from_timestamp_millis to DateTime<Utc> (#1374)65f0cc2
CI Linting: Fix missing sources checkout intoml
job.5536687
Add Months::as_u32() (#1373)6033afe
docs: Improve deprecation ofTimeZone::datetime_from_str
849932b
Change the CI--all-features
to an explicit list.3f22822
Expose rkyv features as features for chrono users.d7b4a82
Silence clippy lint for test codeUpdates
futures
from 0.3.29 to 0.3.30Release notes
Sourced from futures's releases.
Changelog
Sourced from futures's changelog.
Commits
de1a0fd
Release 0.3.3068d2845
Remove a redundant space in example (#2816)fdd2ce7
Fix broken link inCopyBufAbortable
docs (#2815)272a3c7
Use cfg(target_has_atomic) on no-std targetsc179201
FillBuf: Do not call poll_fill_buf twicee6735f3
FuturesUnordered: Fix clear implementation04d01a0
FuturesOrdered: Use 64-bit indexe4aa659
remove redundant impl Unpin17851c1
provide a mechanism to determine if io read/write halves are from the same st...4910799
provide a non-destructive mechanism to determine if a sink/stream are pairedUpdates
rustls
from 0.21.10 to 0.22.2Release notes
Sourced from rustls's releases.
... (truncated)
Commits
5cd41a3
Prepare 0.22.2d4327d3
bogo: enable TLS13-Empty-Client-CA-List testd7c8161
Don't add emptycertificate_authorities
extension08b12b4
ring/sign.rs: improve testinge1a1b02
CorrectSignatureScheme::sign()
for ED25519/448a79271c
ring/ticketer.rs: cover AeadTicketer7610662
ring/kx.rs: exerciseKxGroup::fmt
5fa3322
ci-bench: separately bench use of P384 curved9b3528
Test P521-SHA512 in bogo6b5cc27
De-duplicate knowledge of test-ca/ CA namesUpdates
anyhow
from 1.0.76 to 1.0.79Release notes
Sourced from anyhow's releases.
Commits
71ab53d
Release 1.0.7960705a5
Merge pull request #340 from dtolnay/depinfo17e252b
Include env-dep:RUSTC_BOOTSTRAP in dep-info for sccache04774c0
Merge pull request #338 from dtolnay/nightlyci1fd290c
Make CI verify that error_generic_member_access works in latest nightlyee41470
RUSTC must be set by Cargo for build script38c79ef
Release 1.0.78ded2295
Merge pull request #337 from dtolnay/bootstrapae45b67
Do not rebuild on RUSTC_BOOTSTRAP changes on nightly compiler2d32366
Update crate name used for build script probeUpdates
serde
from 1.0.193 to 1.0.195Release notes
Sourced from serde's releases.
Commits
03eec42
Release 1.0.195196f311
Merge pull request #2671 from dtolnay/deadremote38d9e0b
Revert "Add FIXME to fix dead_code warning when using serde(remote)"6502b31
Fix new dead_code warning in tuple struct and tuple variant remote defs6f1a8c3
Add FIXME to fix dead_code warning when using serde(remote)d883c94
Work around dead_code warning in tests961fa59
Merge pull request #2670 from serde-rs/exhaustive8bc71de
Fill in omitted patterns for GenericArguments match7c65a9d
Pick up changes to non_exhaustive_omitted_patterns lintd2d977a
Release 1.0.194Updates
clap
from 4.4.11 to 4.4.18Release notes
Sourced from clap's releases.
... (truncated)
Changelog
Sourced from clap's changelog.
Commits
0134f45
chore: Release995ee03
docs: Update changelog2f18909
Merge pull request #5314 from epage/required0a635b9
fix(parser): Don't duplicate requireds when usage disablede648e08
Merge pull request #5311 from sourcefrog/doc-exitcode8c83971
docs: Link to exit code infob250c0b
Merge pull request #5310 from epage/ptyc742b8e
chore(complete): Update completest-ptyf524d84
chore: Release944fb81
docs: Update changelogUpdates
clap-verbosity-flag
from 2.1.1 to 2.1.2Changelog
Sourced from clap-verbosity-flag's changelog.
Commits
f44eadc
chore: Release clap-verbosity-flag version 2.1.218bb1c1
docs: Update changelogf3867c2
fix: remove comment that shows up in clap help text (#86)8fccb3e
Merge pull request #84 from mtilda/patch-16eea921
Fix typo in comment37317be
Merge pull request #82 from clap-rs/renovate/actions-setup-python-5.xd88a6c2
Merge pull request #83 from clap-rs/renovate/github-codeql-action-3.x42b36bb
chore(deps): update github/codeql-action action to v3b352af5
chore(deps): update rust crate clap to 4.4.12792b6ea
chore(deps): update actions/setup-python action to v5Updates
env_logger
from 0.10.1 to 0.11.0Changelog
Sourced from env_logger's changelog.
Commits
8f4361b
chore: Releaseba41ebb
docs: Update changelog5e226cb
chore: Release23441be
Merge pull request #300 from epage/other6c2ea80
style(filter): Clean up2d35260
feat(filter): Add a Logger decoratore6e2b63
fix(log)!: Dont re-export env_filter841eba4
refactor(filter): Pull out filter mod98c450f
refactor(filter): Pull out directive modc769e03
refactor(filter): Flatten the modUpdates
rcgen
from 0.11.3 to 0.12.0Commits
d382a37
Release 0.12.0 (#202)acec387
Add support foraws_lc_rs
as crypto backend (#201)53a5232
build(deps): bump openssl from 0.10.57 to 0.10.60 (#200)5ed5fcc
Add PreSpecified(Vec<u8>) option to KeyIdMethod. (#197)8798e81
Add external types CI check + config (#183)1a579ca
fix url (#194)c101c0f
readme: remove needless loc (#192)2180ada
newsimple
example for rcgen (#188)4b469ea
Ensure CI covers examples and unit tests, fix clippy findings (#191)0318d2f
codecov: disable comments (#187)Updates
regex
from 1.10.2 to 1.10.3Changelog
Sourced from regex's changelog.
Commits
0c09903
1.10.3653bb59
deps: bump regex-automata to 0.4.4e7b5401
regex-automata-0.4.41bc667d
changelog: 1.10.3fbd2537
safety: guard in Input::new against incorrect AsRef implementations027eebd
cargo: set 'default-features = false' for memchr and aho-corasickdc0a9d2
ci: small clean-upsa3d5975
doc: fix link in Index<&str> impl docs4f5992f
doc: tweakCaptures
documentation837fd85
regex-cli-0.2.0Updates
uuid
from 1.6.1 to 1.7.0Release notes
Sourced from uuid's releases.
Commits
cefc353
Merge pull request #728 from uuid-rs/cargo/1.7.03255b54
prepare for 1.7.0 release403bb17
Merge pull request #727 from uuid-rs/chore/cargo-cleanupb7c6e26
make use of newer Cargo features for specifying dependenciesed13c73
Merge pull request #726 from uuid-rs/chore/pkg-size2e92a3d
Merge pull request #724 from bgeron/borsh-138f01ff
rename workfloweab4b85
reduce the package size of uuid421d752
Make the borsh feature work by itself, without having to specify private feat...2534949
Continue making feature borsh stable, as suggested by@KordAus
Updates
lz4_flex
from 0.11.1 to 0.11.2Changelog
Sourced from lz4_flex's changelog.
Commits
Updates
thiserror
from 1.0.51 to 1.0.56Release notes
Sourced from thiserror's releases.
Commits
77d0af4
Release 1.0.56d4caabd
Pull in proc-macro2 sccache fix6089273
Release 1.0.55322a2ae
Merge pull request #280 from dtolnay/depinfofd7d7a5
Emit dep-info for probe.rs in case sccache needs it447c328
Release 1.0.544619db8
Merge pull request #279 from dtolnay/depinfo7b53bff
Make env-dep:RUSTC_BOOTSTRAP get listed in probe's dep-infoe0500ad
Merge pull request #277 from dtolnay/nightlyci48cea47
Make CI verify that error_generic_member_access works in latest nightlyDependabot 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