tomusdrw / rust-web3

Ethereum JSON-RPC multi-transport client. Rust implementation of web3 library. ENS address: rust-web3.eth
MIT License
1.45k stars 471 forks source link

Update ethereum-types requirement from 0.11.0 to 0.12.1 #552

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Updates the requirements on ethereum-types to permit the latest version.

Commits
  • 0347cfb prepare for releases: ethereum-types and ethbloom
  • df638ab Combine scale-info feature into codec, and wire it through `ethereum-type...
  • 8e990ac Update the CHANGELOG (#590)
  • 6f186f1 Switch from jemallocator to tikv-jemallocator (#589)
  • 3030a6d Move memory stats gathering from polkadot to parity-util-mem (#588)
  • c031b09 kvdb api uses now template argument P: AsRef\<Path> instead of &str (#579)
  • 8a1739a add to kvdb-rocksdb create_if_missing config option (#576)
  • 916a382 release rlp 0.5.1 and kvdb-rocksdb 0.12.1 (#575)
  • bd6bb46 bump rocksdb to 6.20.3 (#573)
  • faad8b6 update rustfmt config to match substrate (#570)
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 3 years ago

Looks like ethereum-types is up-to-date now, so this is no longer needed.