Skip to content

Commit 197f05a

Browse files
committed
crypto: Remove unused dependencies
1 parent e3df2e6 commit 197f05a

File tree

2 files changed

+7
-30
lines changed

2 files changed

+7
-30
lines changed

Cargo.lock

Lines changed: 6 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/crypto/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,15 @@ edition = "2018"
1111

1212
[dependencies]
1313
aes = { version = "0.7.4", features = ["armv8", "ctr"] }
14-
polyval = "0.4"
1514
subtle = "2.3"
16-
cipher = "0.2"
1715
generic-array = "0.14"
1816
ghash = { version = "0.4.2", features = ["armv8"] }
1917
hmac = "0.9.0"
20-
rand = "0.7.3"
2118
sha-1 = "0.9"
2219
sha2 = "0.9"
2320

2421
[dev-dependencies]
22+
rand = "0.7.3"
2523
serde = { version = "1.0", features = ["derive"] }
2624
serde_json = "1.0"
2725
hex = "0.4"

0 commit comments

Comments
 (0)