Skip to content

Commit

Permalink
chore(deps): Bump webpki from 0.22.0 to 0.22.1 (vectordotdev#18494)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
dependabot[bot] and jszwedko authored Sep 6, 2023
1 parent 8ec87eb commit 9859b9e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,4 @@ license-files = [
]

[advisories]
ignore = [
# requires our dependencies to migrate to `rustls-webpki`
"RUSTSEC-2023-0052"
]
ignore = [ ]
3 changes: 1 addition & 2 deletions license-tool.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 9859b9e

Please sign in to comment.