Upgrade to rustls-pemfile 1 (#114)

pull/1/head
Dirkjan Ochtman 2 years ago committed by GitHub
parent e902e5160d
commit 87ecfe7c01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tokio-rustls/Cargo.toml

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

Loading…
Cancel
Save