From 77d2ac94534b12300b5b7eff6e28023d815708eb Mon Sep 17 00:00:00 2001 From: fxqnlr Date: Tue, 4 Apr 2023 20:50:09 +0200 Subject: add clap & cargo update --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7d55c00..1f5c1cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,9 +10,10 @@ reqwest = { version = "0.11", features = ["json", "stream"] } tokio = { version = "1", features = ["full"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.87" -rusqlite = { version = "0.28.0", features = ["bundled"] } +rusqlite = { version = "0.29.0", features = ["bundled"] } futures-util = "0.3.14" chrono = "0.4.22" toml = "0.7.2" error-chain = "0.12.4" -dirs = "4.0.0" +dirs = "5.0.0" +clap = { version = "4.2.1", features = ["derive"] } -- cgit v1.2.3