summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authornickelc <constantin.nickel@gmail.com>2023-03-03 11:26:18 +0100
committerGitHub <noreply@github.com>2023-03-03 05:26:18 -0500
commit2cd66b58a7534861e3fd343ed931d39f2ddc2017 (patch)
treee0f59d19e05bf65d8f1dd7ebdc960a9e00a88723 /Cargo.toml
parent29c71eb6f6a0df1e89a1a7e9aa4107a77acf8673 (diff)
Update `git2` to 0.16.1 (#1323)
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 46fd969a..18f9e9c3 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.16.1"
default-features = false
features = []