From dd8da0bc04eea6b1cc75961e956a35b9c6c96e4f Mon Sep 17 00:00:00 2001
From: STEVAN Antoine <antoine.stevan@isae-supaero.fr>
Date: Thu, 4 Apr 2024 14:51:44 +0000
Subject: [PATCH] remove rand from dev deps (dragoon/komodo!57)

---
 Cargo.toml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index cb61aef1..c446fa49 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,6 @@ tracing = "0.1.40"
 tracing-subscriber = "0.3.17"
 
 [dev-dependencies]
-rand = "0.8.5"
 criterion = "0.3"
 
 [[bench]]
-- 
GitLab