chore: bump ethers (#1598)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Dan Cline
2023-03-01 15:13:37 -05:00
committed by GitHub
parent 14811dae40
commit 6136e0deb4
2 changed files with 82 additions and 8 deletions

View File

@ -57,6 +57,8 @@ exceptions = [
{ allow = ["CC0-1.0"], name = "secp256k1-sys" },
{ allow = ["CC0-1.0"], name = "tiny-keccak" },
{ allow = ["CC0-1.0"], name = "more-asserts" },
# MIT with no attribution https://choosealicense.com/licenses/mit-0/
{ allow = ["MIT-0"], name = "dunce" },
# TODO: ethers transitive deps
{ allow = ["GPL-3.0"], name = "fastrlp" },