summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-04-20 08:31:35 +0000
committerTim Oram <dev@mitmaro.ca>2021-04-20 09:05:04 -0230
commit9766be7c1d46ffc5f99c96c75a4660e66f651876 (patch)
treec45fa6b60bc1c856af49d2c06157fe2cdb9d0b83 /Cargo.toml
parent58258a9e1104edd7c9f14c57da0cea106bfd7e21 (diff)
Bump git2 from 0.13.17 to 0.13.18
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.17 to 0.13.18. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.17...0.13.18) Signed-off-by: dependabot-preview[bot] <support@dependabot.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 bc5203a..2acaa2d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,7 +34,7 @@ xi-unicode = "0.3.0"
crossterm = "0.19.0"
[dependencies.git2]
-version = "0.13.15"
+version = "0.13.18"
default-features = false
features = []