summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-12-29 06:15:45 -0500
committerGitHub <noreply@github.com>2020-12-29 06:15:45 -0500
commit703ce650756db5b378c67eb080e979e30ae1477e (patch)
tree98583aa9d9340d793ec3d6a02c6c4d37b1653507 /Cargo.toml
parentc2636ebbb3fd33bc77395e0707436619ff7123ef (diff)
Bump git2 from 0.13.14 to 0.13.15 (#478)
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.14 to 0.13.15. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.14...0.13.15) 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 6bc187d9..80910b38 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.14"
+version = "0.13.15"
default-features = false
features = []