diff --git a/Cargo.lock b/Cargo.lock index ab65c37..2f27910 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1067,9 +1067,9 @@ dependencies = [ [[package]] name = "rustls-webpki" -version = "0.103.12" +version = "0.103.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8279bb85272c9f10811ae6a6c547ff594d6a7f3c6c6b02ee9726d1d0dcfcdd06" +checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" dependencies = [ "ring", "rustls-pki-types", diff --git a/THIRDPARTY.toml b/THIRDPARTY.toml index 78c4c63..b5dbc95 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.12" +package_version = "0.103.13" repository = "https://github.com/rustls/webpki" license = "ISC"