summaryrefslogtreecommitdiff
path: root/ext/crypto
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/crypto
parent5cb1d18439f562c8004a941b0f56ed034a44b052 (diff)
chore: remove unused dependencies (#19962)
Diffstat (limited to 'ext/crypto')
-rw-r--r--ext/crypto/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/crypto/Cargo.toml b/ext/crypto/Cargo.toml
index f31cefdb0..ea3da27a9 100644
--- a/ext/crypto/Cargo.toml
+++ b/ext/crypto/Cargo.toml
@@ -18,7 +18,6 @@ aes.workspace = true
aes-gcm = "0.10"
aes-kw = { version = "0.2.1", features = ["alloc"] }
base64.workspace = true
-block-modes = "0.9.1"
cbc.workspace = true
const-oid = "0.9.0"
ctr = "0.9.1"