diff --git a/Cargo.toml b/Cargo.toml index e10b4f5b6d..85a48ec515 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ snarkvm = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "471e03b" } #snarkvm = { path = "../snarkVM" } bytes = "1.0.0" -futures = { version = "0.3.18", features = ["thread-pool"]} +futures = { version = "0.3.17", features = ["thread-pool"]} crossterm = { version = "0.22" } tui = { version = "0.16.0", features = ["crossterm"] }