summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-27 08:34:28 -0500
committerGitHub <noreply@github.com>2021-01-27 08:34:28 -0500
commit6175a2d163c729ab7af389ccc4a22959046da2b8 (patch)
tree0b25a522c546142f490d7f8b85fe79f58297c132 /Cargo.toml
parentb10c6e8946e6fe3128de58a77e170c347adba50d (diff)
Bump git2 from 0.13.15 to 0.13.17 (#508)
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.15 to 0.13.17. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.15...0.13.17) 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 e4b0ca94..f6c25f4c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,7 +33,7 @@ unicode-width = "0.1.8"
vte = "0.9.0"
[dependencies.git2]
-version = "0.13.15"
+version = "0.13.17"
default-features = false
features = []