gst-plugin-version-helper: Update git2 dependency to 0.10

This commit is contained in:
Sebastian Dröge 2019-09-04 12:20:55 +03:00
parent d48b3f18fc
commit 120481269b

View file

@ -12,6 +12,6 @@ keywords = ["gstreamer", "multimedia", "cargo"]
edition = "2018"
[dependencies]
git2 = "0.9"
git2 = "0.10"
chrono = "0.4.6"
toml = { version = "0.5", default-features = false }