diff --git a/Cargo.lock b/Cargo.lock index 6c439dbfaa61c..18b00239fcab2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10258,9 +10258,9 @@ dependencies = [ [[package]] name = "webpki" -version = "0.22.0" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" +checksum = "f0e74f82d49d545ad128049b7e88f6576df2da6b02e9ce565c6f533be576957e" dependencies = [ "ring", "untrusted", diff --git a/deny.toml b/deny.toml index 2b3d8991358a8..1d78f351f2096 100644 --- a/deny.toml +++ b/deny.toml @@ -37,7 +37,4 @@ license-files = [ ] [advisories] -ignore = [ - # requires our dependencies to migrate to `rustls-webpki` - "RUSTSEC-2023-0052" -] +ignore = [ ] diff --git a/license-tool.toml b/license-tool.toml index 64e86fe9837b0..03f02d26d7711 100644 --- a/license-tool.toml +++ b/license-tool.toml @@ -11,8 +11,7 @@ "rustls-webpki-0.100.1" = { license = "ISC" } # `webpki` doesn't specify their license in the metadata, but the file contains the ISC terms. -"webpki-0.21.4" = { license = "ISC" } -"webpki-0.22.0" = { license = "ISC" } +"webpki-0.22.1" = { license = "ISC" } # `zerocopy` et al don't specify their licenses in the metadata, but the file contains the 2-clause BSD terms. "zerocopy-0.6.1" = { license = "BSD-2-Clause" }