From 745de641e773e6f179a784d103d4ce0cb9316fa5 Mon Sep 17 00:00:00 2001 From: Coda Hale Date: Sun, 29 Dec 2024 16:01:50 -0700 Subject: [PATCH] build(deps): remove rand from dev-dependencies --- Cargo.lock | 3 +-- Cargo.toml | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fe237bd..309a769 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -638,7 +638,6 @@ dependencies = [ "expect-test", "hex", "hex-literal", - "rand", "sha3", "wycheproof", "zeroize", diff --git a/Cargo.toml b/Cargo.toml index 9ec4408..e312976 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,6 @@ bolero = "0.12.0" expect-test = "1.5.1" hex = "0.4.3" hex-literal = "0.4.1" -rand = "0.8.5" wycheproof = "0.6.0" [package.metadata.docs.rs]