summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2024-03-04 16:33:09 -0500
committerGitHub <noreply@github.com>2024-03-04 16:33:09 -0500
commit8ff5ff46d42cf34b6f1b057db72b2ed9f5db8e83 (patch)
tree98edebd191f8715d54775a4f9d0b9ab50937626b
parenta07a994d31d2bd8cba78329031e53652b50c68ff (diff)
Update git2 (#1647)
Ref #1548
-rw-r--r--Cargo.lock10
-rw-r--r--Cargo.toml2
2 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e9bf374b..d4344afa 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -588,11 +588,11 @@ dependencies = [
[[package]]
name = "git2"
-version = "0.17.2"
+version = "0.18.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7b989d6a7ca95a362cf2cfc5ad688b3a467be1f87e480b8dad07fee8c79b0044"
+checksum = "1b3ba52851e73b46a4c3df1d89343741112003f0f6f13beb0dfac9e457c3fdcd"
dependencies = [
- "bitflags 1.3.2",
+ "bitflags 2.4.1",
"libc",
"libgit2-sys",
"log",
@@ -759,9 +759,9 @@ checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4"
[[package]]
name = "libgit2-sys"
-version = "0.15.2+1.6.4"
+version = "0.16.2+1.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a80df2e11fb4a61f4ba2ab42dbe7f74468da143f1a75c74e11dee7c813f694fa"
+checksum = "ee4126d8b4ee5c9d9ea891dd875cfdc1e9d0950437179104b183d7d8a74d24e8"
dependencies = [
"cc",
"libc",
diff --git a/Cargo.toml b/Cargo.toml
index 7aaf50a1..0a714f0e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -56,7 +56,7 @@ xdg = "2.4.1"
clap_complete = "4.4.4"
[dependencies.git2]
-version = "0.17.2"
+version = "0.18.2"
default-features = false
features = []