mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-19 15:41:51 +01:00
54 lines
1.7 KiB
Diff
54 lines
1.7 KiB
Diff
diff --git a/Cargo.lock b/Cargo.lock
|
|
index f298a26..37793b3 100644
|
|
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -287,9 +287,9 @@ dependencies = [
|
|
|
|
[[package]]
|
|
name = "git2"
|
|
-version = "0.15.0"
|
|
+version = "0.17.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "2994bee4a3a6a51eb90c218523be382fd7ea09b16380b9312e9dbe955ff7c7d1"
|
|
+checksum = "7b989d6a7ca95a362cf2cfc5ad688b3a467be1f87e480b8dad07fee8c79b0044"
|
|
dependencies = [
|
|
"bitflags",
|
|
"libc",
|
|
@@ -456,9 +456,9 @@ checksum = "68783febc7782c6c5cb401fbda4de5a9898be1762314da0bb2c10ced61f18b0c"
|
|
|
|
[[package]]
|
|
name = "libgit2-sys"
|
|
-version = "0.14.0+1.5.0"
|
|
+version = "0.15.2+1.6.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "47a00859c70c8a4f7218e6d1cc32875c4b55f6799445b842b0d8ed5e4c3d959b"
|
|
+checksum = "a80df2e11fb4a61f4ba2ab42dbe7f74468da143f1a75c74e11dee7c813f694fa"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
@@ -470,9 +470,9 @@ dependencies = [
|
|
|
|
[[package]]
|
|
name = "libssh2-sys"
|
|
-version = "0.2.23"
|
|
+version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "b094a36eb4b8b8c8a7b4b8ae43b2944502be3e59cd87687595cf6b0a71b3f4ca"
|
|
+checksum = "2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
diff --git a/Cargo.toml b/Cargo.toml
|
|
index a2bcf3f..eba2242 100644
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -34,7 +34,7 @@ clap_complete = "4.0.3"
|
|
constcat = "0.2.0"
|
|
curl = "0.4.44"
|
|
fmutex = "0.1.0"
|
|
-git2 = { version = "0.15.0", features = ["vendored-libgit2"] }
|
|
+git2 = { version = "0.17.0", features = ["vendored-libgit2"] }
|
|
globwalk = "0.8.1"
|
|
home = "0.5.4"
|
|
indexmap = { version = "1.9.1", features = ["rayon", "serde"] }
|