Merge pull request #238 from snapview/dependabot/cargo/rustls-0.20.0

Update rustls requirement from 0.19.0 to 0.20.0
This commit is contained in:
Daniel Abramov 2021-10-14 19:45:57 +02:00 committed by GitHub
commit 7a359f0b4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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