Skip to content

Commit 4a5e964

Browse files
build(deps): update ethabi requirement in /pallets/creditcoin
Updates the requirements on [ethabi](https://github.com/rust-ethereum/ethabi) to permit the latest version. - [Release notes](https://github.com/rust-ethereum/ethabi/releases) - [Changelog](https://github.com/rust-ethereum/ethabi/blob/master/CHANGELOG.md) - [Commits](rust-ethereum/ethabi@v16.0.0...v17.1.0) --- updated-dependencies: - dependency-name: ethabi dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5a1b986 commit 4a5e964

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pallets/creditcoin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ targets = ['x86_64-unknown-linux-gnu']
1717
[dependencies]
1818
log = "0.4.17"
1919
extend = "1.1.2"
20-
ethabi = { version = "16.0.0", features = ["rlp"], default-features = false }
20+
ethabi = { version = "17.1.0", features = ["rlp"], default-features = false }
2121
ethereum-types = { version = "0.12.1", features = [
2222
"rlp",
2323
"serialize",

0 commit comments

Comments
 (0)