diff --git a/Cargo.lock b/Cargo.lock index 7f91874c0..03b07ba10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1351,9 +1351,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a716eb65e3158e90e17cd93d855216e27bde02745ab842f2cab4a39dba1bacf" +checksum = "048a63e5b3ac996d78d402940b5fa47973d2d080c6c6fffa1d0f19c4445310b7" [[package]] name = "rustls-webpki" diff --git a/dropshot/Cargo.toml b/dropshot/Cargo.toml index a02d0c23b..a6dc38d55 100644 --- a/dropshot/Cargo.toml +++ b/dropshot/Cargo.toml @@ -98,7 +98,7 @@ rcgen = "0.12.1" tokio-tungstenite = "0.21.0" [dev-dependencies.rustls-pki-types] -version = "1.2.0" +version = "1.3.0" # Needed for CertificateDer::into_owned features = ["alloc"]