Skip to content

Commit 9859b9e

Browse files
chore(deps): Bump webpki from 0.22.0 to 0.22.1 (vectordotdev#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] <[email protected]> * Add license exception Signed-off-by: Jesse Szwedko <[email protected]> * Remove unneeded deny ignore Signed-off-by: Jesse Szwedko <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Jesse Szwedko <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jesse Szwedko <[email protected]>
1 parent 8ec87eb commit 9859b9e

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deny.toml

+1-4
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,4 @@ license-files = [
3737
]
3838

3939
[advisories]
40-
ignore = [
41-
# requires our dependencies to migrate to `rustls-webpki`
42-
"RUSTSEC-2023-0052"
43-
]
40+
ignore = [ ]

license-tool.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"rustls-webpki-0.100.1" = { license = "ISC" }
1212

1313
# `webpki` doesn't specify their license in the metadata, but the file contains the ISC terms.
14-
"webpki-0.21.4" = { license = "ISC" }
15-
"webpki-0.22.0" = { license = "ISC" }
14+
"webpki-0.22.1" = { license = "ISC" }
1615

1716
# `zerocopy` et al don't specify their licenses in the metadata, but the file contains the 2-clause BSD terms.
1817
"zerocopy-0.6.1" = { license = "BSD-2-Clause" }

0 commit comments

Comments
 (0)