From 5a9b95f912afaad8dcd53d17eca83214e4a61f31 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Sun, 19 Dec 2021 20:04:52 -0500 Subject: [PATCH] upgraded dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 11c608b..cb09472 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,9 +12,9 @@ license-file = "LICENSE" [dependencies] clap = "2.33.1" -colored = "1.9.3" -config = "0.10.1" -git2 = "*" +colored = "2.0.0" +config = "0.11.0" +git2 = "0.13.25" serde = { version = "1.0.111", features = ["derive"] } serde_derive = "1.0.111" serde_json = "1.0.53"