From 2672f78dda0bc98c9fac8d63bd1e00bafbb76ef4 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Fri, 10 Feb 2023 18:14:48 +0000 Subject: make update_needed check lazy (#706) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 10b0fdfd..73817d75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,6 +73,7 @@ rpassword = "7.0" semver = "1.0.14" runtime-format = "0.1.2" tiny-bip39 = "1" +futures-util = "0.3" # from tui bitflags = "1.3" -- cgit v1.3.1