Skip to content

Commit

Permalink
Update alloy to 0.8 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul authored Aug 23, 2024
1 parent 63112fd commit d3f4120
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 @@ -14,7 +14,7 @@ categories = ["cryptography::cryptocurrencies"]
name = "serde_utils"

[dependencies]
alloy-primitives = { version = "0.7.7", features = ["serde"] }
alloy-primitives = { version = "0.8.0", features = ["serde"] }
serde = { version = "1.0.0", features = ["derive"] }
serde_derive = "1.0.0"
serde_json = "1.0.0"
Expand Down

0 comments on commit d3f4120

Please sign in to comment.