Upgrade to rustls-pemfile 1 (#114)

This commit is contained in:
Dirkjan Ochtman 2022-08-02 22:54:13 +02:00 committed by GitHub
parent e902e5160d
commit 87ecfe7c01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,4 +28,4 @@ tokio = { version = "1.0", features = ["full"] }
futures-util = "0.3.1"
lazy_static = "1"
webpki-roots = "0.22"
rustls-pemfile = "0.2.1"
rustls-pemfile = "1"