summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-05-10 17:01:45 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2020-05-10 17:01:45 -0400
commit56d6771d1bbfb5929c11b55a2704738610c711ac (patch)
treeac69de03890c42d7b78d2d01ae36dbe9d0e66d65 /Cargo.toml
parent90272777f7451c7e16e7d71f44f7c00133626177 (diff)
refactor: re-enable tui-rs linear interpolation
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 38b473f4..7ea87f58 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,7 +26,7 @@ crossterm = "0.17"
chrono = "0.4.11"
clap = "2.33.0"
dirs = "2.0.2"
-futures = "0.3.4"
+futures = "0.3.5"
heim = "0.0.10"
itertools = "0.9.0"
regex = "1.3"