diff --git a/Cargo.lock b/Cargo.lock index e996d1b..964a834 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -339,7 +339,7 @@ dependencies = [ "eyre", "git-config-env", "git2", - "git2-ext", + "git2-ext 0.0.7", "itertools", "log", "maplit", @@ -390,7 +390,7 @@ dependencies = [ "git-config-env", "git-fixture", "git2", - "git2-ext", + "git2-ext 0.1.0", "human-panic", "humantime", "ignore", @@ -428,6 +428,18 @@ dependencies = [ "which", ] +[[package]] +name = "git2-ext" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5cff5a22c81e3a7366c87760965d8a195791a2b8920dee7385e99c2f8a89b57e" +dependencies = [ + "git2", + "itertools", + "log", + "which", +] + [[package]] name = "globset" version = "0.4.9" diff --git a/Cargo.toml b/Cargo.toml index 3612da3..4ede765 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ human-panic = "1" termtree = "0.4" indexmap = "1" -git2-ext = "0.0.7" +git2-ext = "0.1.0" git-branch-stash = "0.9" humantime = "2" itertools = "0.10"