Update 'rustls-pemfile' to 1.0.

This commit is contained in:
Sergio Benitez 2022-04-26 22:09:10 -07:00
parent 810f472524
commit b117210ca6
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ time = { version = "0.3", features = ["formatting", "macros"] }
indexmap = { version = "1.5.2", features = ["std"] }
rustls = { version = "0.20", optional = true }
tokio-rustls = { version = "0.23.0", optional = true }
rustls-pemfile = { version = "0.3", optional = true }
rustls-pemfile = { version = "1", optional = true }
tokio = { version = "1.6.1", features = ["net", "sync", "time"] }
log = "0.4"
ref-cast = "1.0"