summaryrefslogtreecommitdiff
path: root/ext/node/Cargo.toml
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2023-07-28 15:10:13 +0530
committerGitHub <noreply@github.com>2023-07-28 15:10:13 +0530
commitbddf5acf895ed764074a1bb2a8ab124dd70fd313 (patch)
tree89945b26b09a2c7201b0514b86bf9b7079638554 /ext/node/Cargo.toml
parent5cb1d18439f562c8004a941b0f56ed034a44b052 (diff)
chore: remove unused dependencies (#19962)
Diffstat (limited to 'ext/node/Cargo.toml')
-rw-r--r--ext/node/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml
index db76b9615..0c0beda65 100644
--- a/ext/node/Cargo.toml
+++ b/ext/node/Cargo.toml
@@ -57,7 +57,6 @@ secp256k1 = { version = "0.27.0", features = ["rand-std"] }
serde = "1.0.149"
sha-1 = "0.10.0"
sha2.workspace = true
-sha3 = "0.10.5"
signature.workspace = true
tokio.workspace = true
typenum = "1.15.0"