summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-04 12:30:13 -0400
committerGitHub <noreply@github.com>2022-07-04 12:30:13 -0400
commit511d501d5e50ced37c74b3b84ee4d46a3a8f8bd5 (patch)
tree414da9a0632e57d969a9fb68e6a8f8d0c97ea134 /Cargo.toml
parentfe186677d71d05a25d22e76cb47f81e4ee6a642a (diff)
Bump git2 from 0.14.2 to 0.14.4 (#1085)
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.14.2 to 0.14.4. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.14.2...0.14.4) --- 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 1e45ee35..a94d344c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,7 +45,7 @@ vte = "0.10.1"
xdg = "2.4.1"
[dependencies.git2]
-version = "0.14.0"
+version = "0.14.4"
default-features = false
features = []