diff --git a/Cargo.lock b/Cargo.lock index b7674ca9..f543dfea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -296,9 +296,9 @@ checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d" [[package]] name = "rustls-webpki" -version = "0.102.6" +version = "0.102.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e6b52d4fda176fd835fdc55a835d4a89b8499cad995885a21149d5ad62f852e" +checksum = "84678086bd54edf2b415183ed7a94d0efb049f1b646a33e22a36f3794be6ae56" dependencies = [ "ring", "rustls-pki-types", diff --git a/harness/rust-rustls/Cargo.toml b/harness/rust-rustls/Cargo.toml index 4fffa219..0f0989f9 100644 --- a/harness/rust-rustls/Cargo.toml +++ b/harness/rust-rustls/Cargo.toml @@ -8,4 +8,4 @@ limbo-harness-support = { path = "../../harness-support/rust" } chrono = "0.4.38" pem = "3.0.4" serde_json = "1.0.127" -rustls-webpki = { version = "0.102.6", features = ["std"] } +rustls-webpki = { version = "0.102.7", features = ["std"] }