Update rustls-pemfile

This commit is contained in:
Frank Denis 2022-02-11 20:32:46 +01:00
parent 115938f90f
commit 16ab626cc2

View file

@ -27,7 +27,7 @@ odoh-rs = "1.0.0-alpha.1"
rand = "0.8.4"
tokio = { version = "1.13.0", features = ["net", "rt-multi-thread", "parking_lot", "time", "sync"] }
tokio-rustls = { version = "0.23.0", features = ["early-data"], optional = true }
rustls-pemfile = "0.2.1"
rustls-pemfile = "0.3.0"
[profile.release]
codegen-units = 1