diff --git a/Cargo.lock b/Cargo.lock index 314d22e..9012252 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1067,9 +1067,9 @@ dependencies = [ [[package]] name = "rustls-webpki" -version = "0.103.9" +version = "0.103.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53" +checksum = "df33b2b81ac578cabaf06b89b0631153a3f416b0a886e8a7a1707fb51abbd1ef" dependencies = [ "ring", "rustls-pki-types", diff --git a/THIRDPARTY.toml b/THIRDPARTY.toml index 48fcbf9..5b1b1e7 100644 --- a/THIRDPARTY.toml +++ b/THIRDPARTY.toml @@ -18834,7 +18834,7 @@ limitations under the License. [[third_party_libraries]] package_name = "rustls-webpki" -package_version = "0.103.9" +package_version = "0.103.10" repository = "https://github.com/rustls/webpki" license = "ISC"