From bfa064e7819755f02d0db18b78eee1c6fdecca64 Mon Sep 17 00:00:00 2001 From: Daksh <41485688+Daksh14@users.noreply.github.com> Date: Wed, 13 Nov 2024 12:56:46 -0500 Subject: [PATCH] workspace: Replace requestty with inquire crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a03a916b3..b58fca980 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -101,6 +101,7 @@ 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" @@ -113,7 +114,6 @@ 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"