mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-08 06:24:34 +02:00
41 lines
1.2 KiB
Diff
41 lines
1.2 KiB
Diff
diff --git a/Cargo.lock b/Cargo.lock
|
|
index c629fc9..6a96044 100644
|
|
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -587,9 +587,9 @@ dependencies = [
|
|
|
|
[[package]]
|
|
name = "git2"
|
|
-version = "0.19.0"
|
|
+version = "0.20.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
|
|
+checksum = "3fda788993cc341f69012feba8bf45c0ba4f3291fcc08e214b4d5a7332d88aff"
|
|
dependencies = [
|
|
"bitflags 2.4.0",
|
|
"libc",
|
|
@@ -729,9 +729,9 @@ checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
|
|
|
|
[[package]]
|
|
name = "libgit2-sys"
|
|
-version = "0.17.0+1.8.1"
|
|
+version = "0.18.0+1.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
|
|
+checksum = "e1a117465e7e1597e8febea8bb0c410f1c7fb93b1e1cddf34363f8390367ffec"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
diff --git a/Cargo.toml b/Cargo.toml
|
|
index 3883b2b..02ab67c 100644
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -70,7 +70,7 @@ execute = { version = "0.2.13", optional = true }
|
|
terminal-colorsaurus = "0.4"
|
|
|
|
[dependencies.git2]
|
|
-version = "0.19"
|
|
+version = "0.20"
|
|
optional = true
|
|
default-features = false
|
|
|