aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-02-26 23:39:49 -0500
committerJesse Luehrs <doy@tozt.net>2021-02-26 23:39:49 -0500
commitce84b8e78f260f61c47486a32e7455d815a915fc (patch)
tree0976a5c6483420c2a527345a265cb0bd9ce7dcb2 /Cargo.toml
parentcae11f7d94b7da0e2a941349af94dffa5a8ab298 (diff)
downloadynab-reimbursements-master.tar.gz
ynab-reimbursements-master.zip
update depsHEADmaster
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"