diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2023-02-20 22:22:28 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-20 22:22:28 +0530 |
| commit | ea7ca00c895c401af57a7201f3c41524333e7939 (patch) | |
| tree | a238ea54a003111ab6c1b7b1cb14e0669cb4f7af /ext/node/Cargo.toml | |
| parent | a16c11c5d10052c688ba4c2eca09fd1a225e395a (diff) | |
perf: use ops for node:crypto ciphers (#17819)
Towards #17809
Diffstat (limited to 'ext/node/Cargo.toml')
| -rw-r--r-- | ext/node/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml index 3d8a95fe8..1b7d613ef 100644 --- a/ext/node/Cargo.toml +++ b/ext/node/Cargo.toml @@ -20,8 +20,10 @@ md-5 = "0.10.5" md4 = "0.10.2" once_cell.workspace = true path-clean = "=0.1.0" +rand.workspace = true regex.workspace = true ripemd = "0.1.3" +rsa.workspace = true serde = "1.0.149" sha-1 = "0.10.0" sha2 = "0.10.6" |
