summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-10-30 18:07:22 -0400
committerGitHub <noreply@github.com>2020-10-30 18:07:22 -0400
commit650d826102e43ef91a5293b18e8515e85a37353d (patch)
treeebeb108f380ea860afd06946cda3e21ce3cdb497 /Cargo.toml
parentbac3107ff04b93bc7bc21fed3bb85bba847c5982 (diff)
Bump git2 from 0.13.11 to 0.13.12 (#351)
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.11 to 0.13.12. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.11...0.13.12) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
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 d4ded59b..95139e63 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,7 +34,7 @@ unicode-width = "0.1.8"
vte = "0.8.0"
[dependencies.git2]
-version = "0.13.11"
+version = "0.13.12"
default-features = false
features = []