From 294a88897802a7e5b48eb3ce22f4071f0cc87abc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 24 Jun 2019 21:22:35 +0300 Subject: [PATCH] Update git2 dependency to 0.9 --- gst-plugin-version-helper/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-plugin-version-helper/Cargo.toml b/gst-plugin-version-helper/Cargo.toml index 1848ddce1..3ceaf709a 100644 --- a/gst-plugin-version-helper/Cargo.toml +++ b/gst-plugin-version-helper/Cargo.toml @@ -5,5 +5,5 @@ authors = ["Sajeer Ahamed "] edition = "2018" [dependencies] -git2 = "0.8.0" +git2 = "0.9.0" chrono = "0.4.6"