summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2022-07-05 10:22:39 -0400
committerDan Davison <dandavison7@gmail.com>2022-07-05 10:23:41 -0400
commitf3b6c454b2e0e8a2b3e2a93ee2d9dd53d9056504 (patch)
treeb27190bea0a3aee742ba02b8cd2abb47fab467ca
parentb6e4d90a14e0ceef1eef445bbc32ef310657d542 (diff)
Revert "Bump git2 from 0.14.2 to 0.14.4 (#1085)"
-rw-r--r--Cargo.lock8
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0b665c29..e08f1d55 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -681,9 +681,9 @@ dependencies = [
[[package]]
name = "git2"
-version = "0.14.4"
+version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d0155506aab710a86160ddb504a480d2964d7ab5b9e62419be69e0032bc5931c"
+checksum = "3826a6e0e2215d7a41c2bfc7c9244123969273f3476b939a226aac0ab56e9e3c"
dependencies = [
"bitflags",
"libc",
@@ -811,9 +811,9 @@ checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
[[package]]
name = "libgit2-sys"
-version = "0.13.4+1.4.2"
+version = "0.13.2+1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d0fa6563431ede25f5cc7f6d803c6afbc1c5d3ad3d4925d12c882bf2b526f5d1"
+checksum = "3a42de9a51a5c12e00fc0e4ca6bc2ea43582fc6418488e8f615e905d886f258b"
dependencies = [
"cc",
"libc",
diff --git a/Cargo.toml b/Cargo.toml
index 55dad4a8..4a883699 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,7 +45,7 @@ vte = "0.10.1"
xdg = "2.4.1"
[dependencies.git2]
-version = "0.14.4"
+version = "0.14.0"
default-features = false
features = []