From 16ab626cc2eb05843e4ba669ecac176cd1c4e84a Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 11 Feb 2022 20:32:46 +0100 Subject: [PATCH] Update rustls-pemfile --- src/libdoh/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libdoh/Cargo.toml b/src/libdoh/Cargo.toml index 9318afa..42a9f02 100644 --- a/src/libdoh/Cargo.toml +++ b/src/libdoh/Cargo.toml @@ -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