diff options
| author | Casper Beyer <caspervonb@pm.me> | 2021-06-06 18:57:10 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-06 12:57:10 +0200 |
| commit | 3f9187c366be362a219274ded5be9e679b96af98 (patch) | |
| tree | 75dae6273afd4fa8fb300360df18bcbd2914edfc /Cargo.lock | |
| parent | 633c5aab1f28538dde619fe755f8ec9fa77a3719 (diff) | |
feat(extensions/crypto): implement subtle.digest (#10796)
Co-authored-by: Yacine Hmito yacinehmito@users.noreply.github.com
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index d313c3f1d..211ce5469 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -646,6 +646,8 @@ dependencies = [ "deno_core", "deno_web", "rand 0.8.3", + "ring", + "tokio", "uuid", ] |
