diff --git a/Cargo.lock b/Cargo.lock index 4307d38c..1d563a74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -137,9 +137,9 @@ checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" [[package]] name = "log" -version = "0.4.21" +version = "0.4.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" +checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "memchr" diff --git a/Cargo.toml b/Cargo.toml index 32bf723c..50a1ec31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ pki-types = { package = "rustls-pki-types", version = "1", features = ["std"] } webpki = { package = "rustls-webpki", version = "0.102.0", default-features = false, features = ["ring", "std"] } libc = "0.2" rustls-pemfile = "2" -log = "0.4.17" +log = "0.4.22" rustls-platform-verifier = "0.3.2" [lib]