1
0
Fork 0
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:
Matt Mastracci 2023-03-31 14:41:10 -06:00 committed by GitHub
parent 1e10dd1b61
commit 24e0b31096
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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