14 lines
304 B
Diff
14 lines
304 B
Diff
diff --git a/Cargo.toml b/Cargo.toml
|
|
index 44460e0..78dfbde 100644
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -68,7 +68,7 @@ walkdir = { version = "2.0", optional = true }
|
|
bytesize = { version = "1.1.0" }
|
|
|
|
[dependencies.git2]
|
|
-version = "0.16"
|
|
+version = "0.17"
|
|
optional = true
|
|
default-features = false
|
|
|