mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-20 16:12:22 +01:00
42 lines
1.2 KiB
Diff
42 lines
1.2 KiB
Diff
diff --git a/Cargo.lock b/Cargo.lock
|
|
index b679ca3..7c7c6f8 100644
|
|
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -485,9 +485,9 @@ dependencies = [
|
|
|
|
[[package]]
|
|
name = "git2"
|
|
-version = "0.16.1"
|
|
+version = "0.17.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "ccf7f68c2995f392c49fffb4f95ae2c873297830eb25c6bc4c114ce8f4562acc"
|
|
+checksum = "8b7905cdfe33d31a88bb2e8419ddd054451f5432d1da9eaf2ac7804ee1ea12d5"
|
|
dependencies = [
|
|
"bitflags",
|
|
"libc",
|
|
@@ -642,9 +642,9 @@ checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
|
|
|
|
[[package]]
|
|
name = "libgit2-sys"
|
|
-version = "0.14.2+1.5.1"
|
|
+version = "0.15.1+1.6.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "7f3d95f6b51075fe9810a7ae22c7095f12b98005ab364d8544797a825ce946a4"
|
|
+checksum = "fb4577bde8cdfc7d6a2a4bcb7b049598597de33ffd337276e9c7db6cd4a2cee7"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
diff --git a/Cargo.toml b/Cargo.toml
|
|
index 44460e0..78dfbde 100644
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -68,7 +68,7 @@ walkdir = { version = "2.0", optional = true }
|
|
bytesize = { version = "1.1.0" }
|
|
|
|
[dependencies.git2]
|
|
-version = "0.16"
|
|
+version = "0.17"
|
|
optional = true
|
|
default-features = false
|
|
|