From 6d747d8e89d5f236b744c837786866b9cc5e48a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Tue, 21 Dec 2021 16:15:12 +0100 Subject: [PATCH] dependencies: Update git2 to 0.13.25 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fe9aba2..a1ee0d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ version = "=1.0.131" features = ["derive"] [dependencies.git2] -version = "=0.13.24" +version = "=0.13.25" [dependencies.shellexpand] version = "=2.1.0"