chore(deps): bump auto_impl from 0.5.0 to 1.0.1 (#2201)

Bumps [auto_impl](https://github.com/auto-impl-rs/auto_impl) from 0.5.0 to 1.0.1.
- [Release notes](https://github.com/auto-impl-rs/auto_impl/releases)
- [Commits](https://github.com/auto-impl-rs/auto_impl/compare/v0.5.0...v1.0.1)

---
updated-dependencies:
- dependency-name: auto_impl
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-02-27 13:03:41 -07:00 committed by GitHub
parent f577751615
commit a48a54c3da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 16 deletions

18
Cargo.lock generated
View File

@ -141,18 +141,6 @@ dependencies = [
"winapi",
]
[[package]]
name = "auto_impl"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7862e21c893d65a1650125d157eaeec691439379a1cee17ee49031b79236ada4"
dependencies = [
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "auto_impl"
version = "1.0.1"
@ -1471,7 +1459,7 @@ name = "ethers-middleware"
version = "1.0.2"
dependencies = [
"async-trait",
"auto_impl 0.5.0",
"auto_impl",
"ethers-contract",
"ethers-core",
"ethers-etherscan",
@ -1500,7 +1488,7 @@ name = "ethers-providers"
version = "1.0.2"
dependencies = [
"async-trait",
"auto_impl 1.0.1",
"auto_impl",
"base64 0.21.0",
"bytes",
"enr",
@ -2744,7 +2732,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "786393f80485445794f6043fd3138854dd109cc6c4bd1a6383db304c9ce9b9ce"
dependencies = [
"arrayvec 0.7.2",
"auto_impl 1.0.1",
"auto_impl",
"bytes",
"ethereum-types",
"open-fastrlp-derive",

View File

@ -22,7 +22,7 @@ ethers-providers = { version = "^1.0.0", path = "../ethers-providers", default-f
ethers-signers = { version = "^1.0.0", path = "../ethers-signers", default-features = false }
async-trait = { version = "0.1.50", default-features = false }
auto_impl = { version = "0.5.0", default-features = false }
auto_impl = { version = "1.0.1", default-features = false }
serde = { version = "1.0.124", default-features = false, features = ["derive"] }
thiserror = { version = "1.0", default-features = false }
futures-util = { version = "^0.3" }