From 2438484cb586ea47cc422598bf28391850cb663a Mon Sep 17 00:00:00 2001 From: tottoto Date: Tue, 4 Mar 2025 07:09:20 +0900 Subject: [PATCH] chore: Remove unused rand crate from dev-dependencies --- tonic/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/tonic/Cargo.toml b/tonic/Cargo.toml index 76b28ad0c..13cfde2fd 100644 --- a/tonic/Cargo.toml +++ b/tonic/Cargo.toml @@ -102,7 +102,6 @@ hyper-timeout = {version = "0.5", optional = true} bencher = "0.1.5" quickcheck = "1.0" quickcheck_macros = "1.0" -rand = "0.8" static_assertions = "1.0" tokio = {version = "1.0", features = ["rt", "macros"]} tower = {version = "0.5", features = ["load-shed", "timeout"]}