summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2020-03-15 14:18:04 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2020-03-15 21:00:23 +0100
commita2075b0f24b458e029495bb7f3b45bb40badef79 (patch)
tree812fe52dc9c04314905f631164589bef2b8e30f9 /Cargo.toml
parent3c1dd8558d50e2c44e0e4c30907f8e139e89c8f6 (diff)
Update git dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 149bd3d1..b664138c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ shell-words = "0.1.0"
unicode-width = "0.1.7"
[dependencies.git2]
-version = "0.12"
+version = "0.13"
default-features = false
features = []