From 9859b9ed93d20d61df7f24aa25dbeabc7bda2d27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 21:11:04 +0000 Subject: [PATCH] chore(deps): Bump webpki from 0.22.0 to 0.22.1 (#18494) * chore(deps): Bump webpki from 0.22.0 to 0.22.1 Bumps [webpki](https://github.com/briansmith/webpki) from 0.22.0 to 0.22.1. - [Commits](https://github.com/briansmith/webpki/commits) --- updated-dependencies: - dependency-name: webpki dependency-type: indirect ... Signed-off-by: dependabot[bot] * Add license exception Signed-off-by: Jesse Szwedko * Remove unneeded deny ignore Signed-off-by: Jesse Szwedko --------- Signed-off-by: dependabot[bot] Signed-off-by: Jesse Szwedko Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jesse Szwedko --- Cargo.lock | 4 ++-- deny.toml | 5 +---- license-tool.toml | 3 +-- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1c4418e27fbce..5891d80cb3a1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10365,9 +10365,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" }