Skip to content

Commit

Permalink
fix serde version
Browse files Browse the repository at this point in the history
  • Loading branch information
greged93 committed Sep 18, 2023
1 parent feec3de commit d45c680
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 @@ -36,7 +36,7 @@ reth-primitives = { git = "https://github.com/paradigmxyz/reth.git", tag = "v0.1
jsonrpsee = { version = "0.18.2", features = ["full"] }

# Serde
serde = { version = "1.0.156", features = [ "derive" ] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0"
serde_with = "2.3.1"

Expand Down

0 comments on commit d45c680

Please sign in to comment.