mirror of https://github.com/rwf2/Rocket.git
Update 'rustls-pemfile' to 1.0.
This commit is contained in:
parent
810f472524
commit
b117210ca6
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue