diff --git a/Cargo.lock b/Cargo.lock index 79d836e..ab65c37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1067,9 +1067,9 @@ dependencies = [ [[package]] name = "rustls-webpki" -version = "0.103.10" +version = "0.103.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df33b2b81ac578cabaf06b89b0631153a3f416b0a886e8a7a1707fb51abbd1ef" +checksum = "8279bb85272c9f10811ae6a6c547ff594d6a7f3c6c6b02ee9726d1d0dcfcdd06" dependencies = [ "ring", "rustls-pki-types", diff --git a/THIRDPARTY.toml b/THIRDPARTY.toml index f86752a..78c4c63 100644 --- a/THIRDPARTY.toml +++ b/THIRDPARTY.toml @@ -18809,7 +18809,7 @@ limitations under the License. [[third_party_libraries]] package_name = "rustls-webpki" -package_version = "0.103.10" +package_version = "0.103.12" repository = "https://github.com/rustls/webpki" license = "ISC"