Skip to content

Commit

Permalink
Update jsonwebtoken version to enable RISC-V builds (sigp#6298)
Browse files Browse the repository at this point in the history
* Upgrade jsonwebtoken version to enable RISC-V builds
  • Loading branch information
haurog authored Aug 22, 2024
1 parent 3c1266e commit bee4526
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
20 changes: 6 additions & 14 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 beacon_node/execution_layer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ethereum_serde_utils = { workspace = true }
serde_json = { workspace = true }
serde = { workspace = true }
warp = { workspace = true }
jsonwebtoken = "8"
jsonwebtoken = "9"
bytes = { workspace = true }
task_executor = { workspace = true }
hex = { workspace = true }
Expand Down

0 comments on commit bee4526

Please sign in to comment.