crypto-com / defi-wallet-core-rs

Cross-platform, cross-blockchain wallet library in Rust for DeFi Wallet and other applications.
Other
48 stars 16 forks source link

Bump ethers from 2.0.0 to 2.0.1 #889

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps ethers from 2.0.0 to 2.0.1.

Release notes

Sourced from ethers's releases.

ethers-v2.0.1

This is the first release using automated releases that @​DaniPopes wrote in gakonst/ethers-rs#2278. Changelog empty for now, but next releases should start being nicer.

Changelog

Sourced from ethers's changelog.

[2.0.1] - 2023-03-21

Bug Fixes

  • Ethers-contract circular dep on ethers-signers (#2291)
  • Features (#2290)
  • Handle all struct field types (#2289)
  • Re-export CallLogFrame from geth types (#2283)
  • Feature resolution (#2274)
  • Use to_string in mainnet chain variant (#2275)
  • Accept ethlive as a chain name (#2268)
  • Fix missing ident # (#2267)
  • Support null result (#2249)
  • Ensure flatten target is part of graph (#2256)
  • Dont poll stream again if done (#2245)
  • Docsrs builds final (#2235)
  • Docs.rs build (#2221)
  • Change windows target ABI (#2230)
  • Init guard in noncemanager (#2227)
  • Parse_log in public interface (#2228)
  • Allow MIT-0, allow CC0-1.0 exceptions (#2212)
  • Udeps (#2215)
  • Set miner.etherbase in clique mode (#2210)
  • Examples (#2207)
  • Properly parse genesis alloc storage (#2205)
  • I256 docs (#2187)
  • Builtin trait derives (#2170)
  • Block FromStr implementation (#2155)
  • Use event name from abi attribute (#2144)
  • Report all errors during parsing (#2149)
  • Examples (#2153)
  • Test hive genesis parsing (#2145)
  • Process all imports even input files (#2136)
  • Fix autodetection edge case (#2099)
  • Add cfg to IntoFuture preventing Send (#2086)
  • Use middleware associated err type (#2093)
  • Add Send bound to return type of JsonRpcClient::request (#2072)
  • Add getrandom with js feature for wasm (#2076)
  • Add missing pub for tuple structs (#2080)
  • Ensure urls have trailing / (#2069)
  • Fix geth --init temp dir race condition (#2068)
  • Default to Ascii for windows / Utf8 otherwise (#2060)
  • Add missing ir option (#2055)
  • Add back mod util
  • Fixed issue#2004 parsing solc verison with trailing newlines (#2005)
  • Failing can_autodetect_dirs solc test (#1895) (#2052)
  • Ensure correct ABI in From impl (#2036)
  • Revert to old version (#2048)
  • Signer test (#2028)
  • Tests (#2015)

... (truncated)

Commits


Dependabot compatibility score

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)
tomtau commented 1 year ago

https://github.com/crypto-com/defi-wallet-core-rs/issues/890

dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.