mirror of
https://github.com/denoland/deno.git
synced 2025-01-07 06:46:59 -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
|
rsa.workspace = true
|
||||||
serde = "1.0.149"
|
serde = "1.0.149"
|
||||||
sha-1 = "0.10.0"
|
sha-1 = "0.10.0"
|
||||||
sha2 = "0.10.6"
|
sha2.workspace = true
|
||||||
sha3 = "0.10.5"
|
sha3 = "0.10.5"
|
||||||
signature.workspace = true
|
signature.workspace = true
|
||||||
tokio.workspace = true
|
tokio.workspace = true
|
||||||
|
|
Loading…
Reference in a new issue