Skip to content

Commit

Permalink
chore(deps): bump alloy-primitives from 0.8.0 to 0.8.2 (#1761)
Browse files Browse the repository at this point in the history
Bumps [alloy-primitives](https://github.com/alloy-rs/core) from 0.8.0 to 0.8.2.
- [Release notes](https://github.com/alloy-rs/core/releases)
- [Changelog](https://github.com/alloy-rs/core/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/core@v0.8.0...v0.8.2)

---
updated-dependencies:
- dependency-name: alloy-primitives
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 9, 2024
1 parent e34bcba commit 3237611
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 13 deletions.
37 changes: 25 additions & 12 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 @@ -23,7 +23,7 @@ all = "warn"

[dependencies]
alloy-eips = { version = "0.3", default-features = false, features = ["k256"] }
alloy-primitives = { version = "0.8.0", default-features = false, features = [
alloy-primitives = { version = "0.8.2", default-features = false, features = [
"rlp",
] }
hashbrown = "0.14"
Expand Down

0 comments on commit 3237611

Please sign in to comment.