Skip to content

Commit

Permalink
chore(deps): bump auto_impl from 1.1.2 to 1.2.0 (bluealloy#1132)
Browse files Browse the repository at this point in the history
Bumps [auto_impl](https://github.com/auto-impl-rs/auto_impl) from 1.1.2 to 1.2.0.
- [Release notes](https://github.com/auto-impl-rs/auto_impl/releases)
- [Commits](auto-impl-rs/auto_impl@v1.1.2...v1.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and fubuloubu committed Apr 11, 2024
1 parent 5b43021 commit e6586ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ alloy-primitives = { version = "0.6", default-features = false, features = [
"rlp",
] }
hashbrown = "0.14"
auto_impl = "1.1"
auto_impl = "1.2"
bitvec = { version = "1", default-features = false, features = ["alloc"] }
bitflags = { version = "2.4.2", default-features = false }

Expand Down
2 changes: 1 addition & 1 deletion crates/revm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ revm-interpreter = { path = "../interpreter", version = "3.1.0", default-feature
revm-precompile = { path = "../precompile", version = "4.1.0", default-features = false }

# misc
auto_impl = { version = "1.1", default-features = false }
auto_impl = { version = "1.2", default-features = false }
cfg-if = "1.0"

# Optional
Expand Down

0 comments on commit e6586ee

Please sign in to comment.