diff --git a/03-GettingStarted/06-http-streaming/solution/rust/calculator-httpclient/Cargo.lock b/03-GettingStarted/06-http-streaming/solution/rust/calculator-httpclient/Cargo.lock index cb7a6c597b..16b4f96d50 100644 --- a/03-GettingStarted/06-http-streaming/solution/rust/calculator-httpclient/Cargo.lock +++ b/03-GettingStarted/06-http-streaming/solution/rust/calculator-httpclient/Cargo.lock @@ -973,9 +973,9 @@ dependencies = [ [[package]] name = "rustls-webpki" -version = "0.103.4" +version = "0.103.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc" +checksum = "df33b2b81ac578cabaf06b89b0631153a3f416b0a886e8a7a1707fb51abbd1ef" dependencies = [ "ring", "rustls-pki-types",