diff --git a/Cargo.lock b/Cargo.lock index 7fdb4a7fa31..1f5159a7214 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7170,9 +7170,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.28" +version = "0.23.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7160e3e10bf4535308537f3c4e1641468cd0e485175d6163087c0393c7d46643" +checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b" dependencies = [ "aws-lc-rs", "log", @@ -8718,7 +8718,7 @@ checksum = "b11f75e912b0c2be01b63d8cf8057b8c3f97cf34abb3d431a3a4c8675498e233" dependencies = [ "bitflags 2.11.1", "bytes", - "http 1.4.1", + "http 1.4.2", "percent-encoding", "pin-project-lite", "tower-layer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",