Update rustls requirement from 0.19.0 to 0.20.0

Updates the requirements on [rustls](https://github.com/rustls/rustls) to permit the latest version.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/OLDCHANGES.md)
- [Commits](https://github.com/rustls/rustls/compare/v/0.19.0...v/0.20.0)

---
updated-dependencies:
- dependency-name: rustls
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/238/head
dependabot[bot] 3 years ago committed by GitHub
parent 89697449ff
commit 389b3e4cff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Cargo.toml

@ -44,7 +44,7 @@ version = "0.2.3"
[dependencies.rustls]
optional = true
version = "0.19.0"
version = "0.20.0"
[dependencies.rustls-native-certs]
optional = true

Loading…
Cancel
Save