Skip to content

Commit

Permalink
rusk-wallet: Remove requestty dependency and replace with Inquire
Browse files Browse the repository at this point in the history
  • Loading branch information
Daksh14 committed Nov 13, 2024
1 parent 2949488 commit ea2a864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit ea2a864

Please sign in to comment.