summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-06 16:27:07 +0000
committerDan Davison <dandavison7@gmail.com>2022-03-06 14:31:23 -0500
commit73ae21d275118249e8c3f601b026859c7ae62824 (patch)
tree2ca4be459923d6f603ee12d8cd06682046b2b842 /Cargo.toml
parent37000d560cccc6aa0ddffa1b4e516bc85bd197c2 (diff)
Bump git2 from 0.13.23 to 0.14.0
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.23 to 0.14.0. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.23...git2-curl-0.14.0) --- updated-dependencies: - dependency-name: git2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@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 d38f0bd5..4be21c02 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -44,7 +44,7 @@ vte = "0.10.1"
xdg = "2.4.1"
[dependencies.git2]
-version = "0.13.23"
+version = "0.13.25"
default-features = false
features = []