From 478951b98696938942f1f13d6642effb68540a9c Mon Sep 17 00:00:00 2001 From: Lucy Bladen Date: Wed, 13 Jul 2022 11:43:34 +0100 Subject: [PATCH] Update cargo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index af1035a..7464021 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ built = { version = "0.5.1", features = ["git2", "chrono"] } [dependencies] built = { version = "0.5.1", features = ["git2", "chrono"] } -clap = "3.0.14" +clap = "3.2.10" diesel = { version = "1.4.8", features = ["sqlite", "r2d2", "chrono"] } diesel_migrations = "1.4.0" env_logger = "0.9.0"