mirror of
https://github.com/denoland/deno.git
synced 2025-01-05 13:59:01 -05:00
fix(core): use sha-2 dep from workspace (#18536)
This commit is contained in:
parent
1e10dd1b61
commit
24e0b31096
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue