From d658f1d2fe477e042d23d76280e017907ea7beec Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Thu, 9 Apr 2026 13:45:08 -0600 Subject: [PATCH] build: Pulled additional features for rand dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 29dea38..5d15c52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -100,7 +100,7 @@ clap_complete = { version = "4.5.58", features = ["unstable-dynamic"] } gman = "0.4.1" clap_complete_nushell = "4.5.9" open = "5" -rand = "0.10.0" +rand = { version = "0.10.0", features = ["default"] } url = "2.5.8" [dependencies.reqwest]