aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0b8211c..a209b74 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,8 +8,8 @@ repository = "https://git.tozt.net/ynab-reimbursements"
license = "MIT"
[dependencies]
-cursive = "0.12"
-cursive_table_view = "0.10"
-directories = "2.0"
-snafu = "0.4"
+cursive = "0.16"
+cursive_table_view = "0.13"
+directories = "3.0"
+snafu = "0.6"
ynab-api = "3"