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"