From 1ca6e55b7d3789b1fd9ff96db06447ea3cf6832f Mon Sep 17 00:00:00 2001 From: ProofOfConcept Date: Sat, 28 Feb 2026 23:51:59 -0500 Subject: [PATCH] remove unused rand dependency (uuid uses getrandom directly) --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index de9440f..336018a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,6 @@ serde = { version = "1", features = ["derive"] } serde_json = "1" bincode = "1" regex = "1" -rand = "0.8" libc = "0.2" [build-dependencies]