From ce84b8e78f260f61c47486a32e7455d815a915fc Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 26 Feb 2021 23:39:49 -0500 Subject: update deps --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3-54-g00ecf