Skip to content

Commit

Permalink
fix(core): use sha-2 dep from workspace (denoland#18536)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmastrac committed Mar 31, 2023
1 parent 1e10dd1 commit 24e0b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ripemd = "0.1.3"
rsa.workspace = true
serde = "1.0.149"
sha-1 = "0.10.0"
sha2 = "0.10.6"
sha2.workspace = true
sha3 = "0.10.5"
signature.workspace = true
tokio.workspace = true
Expand Down

0 comments on commit 24e0b31

Please sign in to comment.