crypto: Remove assert_matches2 from regular dependencies

It was added as a regular dependency in #3517
but it is only used in tests.

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille
2024-06-29 10:58:39 +02:00
committed by Damir Jelić
parent 38a18c3c8e
commit 374da7674e

View File

@@ -30,7 +30,6 @@ testing = ["dep:http"]
[dependencies]
aes = "0.8.1"
as_variant = { workspace = true }
assert_matches2 = { workspace = true }
async-trait = { workspace = true }
bs58 = { version = "0.5.0" }
byteorder = { workspace = true }