From 1bb43a0c37410c98c5040152f23b146be3835000 Mon Sep 17 00:00:00 2001 From: vil02 <65706193+vil02@users.noreply.github.com> Date: Mon, 27 Jan 2025 22:17:48 +0100 Subject: [PATCH] chore: `rand_chacha` is not needed --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d77178a7b73..b9471e6ef28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,6 @@ authors = ["Anshul Malik "] num-bigint = { version = "0.4", optional = true } num-traits = { version = "0.2", optional = true } rand = "0.8" -rand_chacha = "0.3" nalgebra = "0.33.0" [dev-dependencies]