summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-12 18:37:27 -0400
committerGitHub <noreply@github.com>2021-10-12 18:37:27 -0400
commitde57c6b476382f82f86dd746c86c5b9e90739b0e (patch)
tree75a1f450c006bfe712854f55f060d98a6c51cd51 /Cargo.toml
parentd0c3fc52f856f1a1c82b2144106cb813d1f4f8fd (diff)
Bump git2 from 0.13.22 to 0.13.23 (#730)
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.22 to 0.13.23. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.22...0.13.23) --- updated-dependencies: - dependency-name: git2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[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 f06f4a30..ee010bef 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,7 +39,7 @@ vte = "0.10.1"
xdg = "2.2.0"
[dependencies.git2]
-version = "0.13.22"
+version = "0.13.23"
default-features = false
features = []