chore(deps): bump jsonrpsee 0.18 (#2640)

This commit is contained in:
Matthias Seitz
2023-05-12 00:54:21 +02:00
committed by GitHub
parent 33ea2523b7
commit 92b557d84e
33 changed files with 352 additions and 331 deletions

View File

@ -53,6 +53,8 @@ allow = [
"LicenseRef-ring",
# https://github.com/briansmith/webpki/issues/148
"LicenseRef-webpki",
# https://github.com/rustls/webpki/blob/main/LICENSE ISC Style
"LicenseRef-rustls-webpki",
]
# Allow 1 or more licenses on a per-crate basis, so that particular licenses
@ -77,6 +79,11 @@ name = "webpki"
expression = "LicenseRef-webpki"
license-files = [{ path = "LICENSE", hash = 0x001c7e6c }]
[[licenses.clarify]]
name = "rustls-webpki"
expression = "LicenseRef-rustls-webpki"
license-files = [{ path = "LICENSE", hash = 0x001c7e6c }]
# This section is considered when running `cargo deny check sources`.
# More documentation about the 'sources' section can be found here:
# https://embarkstudios.github.io/cargo-deny/checks/sources/cfg.html