From 301ee29e95a5851a320bcf1174c32dd9701dc495 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Fri, 10 Nov 2023 00:38:16 +0000 Subject: [PATCH] Update Rust crate rustls-pemfile to 1.0.4 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9fc8612..98f5b5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1530,9 +1530,9 @@ dependencies = [ [[package]] name = "rustls-pemfile" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2" +checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" dependencies = [ "base64 0.21.0", ] diff --git a/Cargo.toml b/Cargo.toml index e867654..a551e05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ tokio-tungstenite = { version = "0.18.0", features = ["__rustls-tls", "rustls-tl urlencoding = "2.1.3" hyper-rustls = { version = "0.23.2", features = ["rustls-native-certs"] } bytes = "1.4.0" -rustls-pemfile = "1.0.3" +rustls-pemfile = "1.0.4" rustls = { version = "0.20.7", features = ["dangerous_configuration"] } [dev-dependencies]