Skip to content

Commit

Permalink
chore(deps): update ethereum_ssz requirement from 0.5.3 to 0.6.0
Browse files Browse the repository at this point in the history
Updates the requirements on [ethereum_ssz](https://github.com/sigp/ethereum_ssz) to permit the latest version.
- [Release notes](https://github.com/sigp/ethereum_ssz/releases)
- [Commits](sigp/ethereum_ssz@v0.5.3...v0.6.0)

---
updated-dependencies:
- dependency-name: ethereum_ssz
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent ff2d1a6 commit 353444c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ serde = { version = "1", optional = true, default-features = false }
valuable = { version = "0.1", optional = true, default-features = false }
zeroize = { version = "1.6", optional = true, default-features = false }
bytemuck = { version = "1.13.1", optional = true, default-features = false }
ethereum_ssz = { version = "0.5.3", optional = true, default-features = false }
ethereum_ssz = { version = "0.6.0", optional = true, default-features = false }

# postgres
bytes = { version = "1.4", optional = true }
Expand Down

0 comments on commit 353444c

Please sign in to comment.