From a03d75152a406c33c93f175eff47469c5f9ba887 Mon Sep 17 00:00:00 2001 From: Daksh <41485688+Daksh14@users.noreply.github.com> Date: Wed, 13 Nov 2024 12:55:26 -0500 Subject: [PATCH] Nits --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c2a1e6cc2..a03a916b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -101,7 +101,6 @@ humantime-serde = "=1.1.1" hyper = "=1.4.1" hyper-tungstenite = "=0.13.0" hyper-util = "=0.1.9" -inquire = "=0.7.5" konst = "=0.3.9" lazy_static = "=1.5.0" lru = "=0.12.4" @@ -114,6 +113,7 @@ open = "=2.1.3" parking_lot = "=0.12.3" pin-project = "=1.1.5" rand = { version = "=0.8.5", default-features = false } +requestty = "=0.5.0" rand_chacha = { version = "=0.3.1", default-features = false } reqwest = "=0.12.7" ringbuffer = "=0.15.0" @@ -149,7 +149,6 @@ version_check = "=0.9.5" zeroize = { version = "=1.8.1", default-features = false } zip = "=0.5.13" - [profile.dev.build-override] opt-level = 3 debug = false