summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2022-06-08 12:01:36 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2022-06-08 12:01:36 -0400
commitf22eecdd3b7addb9b20ec4510106c6ee339d215e (patch)
treeb283686611411d80030c13e72780bbdf00446f32 /Cargo.toml
parent87f2add952791fcc73b8225dffa2a3f6d6882ab4 (diff)
update dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 98f4ffb..bad3957 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ notify = "5.0.0-pre.15"
open = "^2"
phf = { version = "^0", features = ["macros"], optional = true }
rand = "^0"
-rustyline = "^4"
+rustyline = "^9"
serde = "^1"
serde_derive = "^1"
shell-words = "^1"
@@ -30,7 +30,7 @@ signal-hook = "^0"
structopt = "^0"
termion = "^1"
toml = "^0"
-trash = { version = "^1", optional = true }
+trash = { version = "^2", optional = true }
tui_old = { package = "tui", version = "0.17", default-features = false, features = ["termion"] }
tui = { version = "0.18", default-features = false, features = ["termion"] }
unicode-segmentation = "^1"