rust/pv_core: Remove mockito dependency

With f6c6f0cc71 ("rust/pv/test: Code + Certificate refactoring")
no code uses mockito anymore, but it's dependency was not removed.

Remove the mockito dependency from the rust workspace.

Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
This commit is contained in:
Steffen Eiden
2024-04-03 16:05:42 +02:00
parent f5744b95db
commit aba8900074
2 changed files with 3 additions and 538 deletions
-2
View File
@@ -17,5 +17,3 @@ byteorder = "1.3"
[dev-dependencies]
serde_test = "1"
mockito = {version = "1", default-features = false }
lazy_static = "1.1"