mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-01 14:52:14 +01:00
78 lines
2.2 KiB
Diff
78 lines
2.2 KiB
Diff
diff --git a/Cargo.lock b/Cargo.lock
|
|
index 2ef80a3..f43706f 100644
|
|
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -1796,9 +1796,9 @@ dependencies = [
|
|
|
|
[[package]]
|
|
name = "git2"
|
|
-version = "0.16.1"
|
|
+version = "0.17.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "ccf7f68c2995f392c49fffb4f95ae2c873297830eb25c6bc4c114ce8f4562acc"
|
|
+checksum = "7b989d6a7ca95a362cf2cfc5ad688b3a467be1f87e480b8dad07fee8c79b0044"
|
|
dependencies = [
|
|
"bitflags",
|
|
"libc",
|
|
@@ -2838,9 +2838,9 @@ checksum = "c0f80d65747a3e43d1596c7c5492d95d5edddaabd45a7fcdb02b95f644164966"
|
|
|
|
[[package]]
|
|
name = "libgit2-sys"
|
|
-version = "0.14.2+1.5.1"
|
|
+version = "0.15.2+1.6.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "7f3d95f6b51075fe9810a7ae22c7095f12b98005ab364d8544797a825ce946a4"
|
|
+checksum = "a80df2e11fb4a61f4ba2ab42dbe7f74468da143f1a75c74e11dee7c813f694fa"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
@@ -2862,9 +2862,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",
|
|
@@ -3417,15 +3417,6 @@ version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
|
|
-[[package]]
|
|
-name = "openssl-src"
|
|
-version = "111.22.0+1.1.1q"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "8f31f0d509d1c1ae9cada2f9539ff8f37933831fd5098879e482aa687d659853"
|
|
-dependencies = [
|
|
- "cc",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "openssl-sys"
|
|
version = "0.9.76"
|
|
@@ -3435,7 +3426,6 @@ dependencies = [
|
|
"autocfg",
|
|
"cc",
|
|
"libc",
|
|
- "openssl-src",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|
|
diff --git a/lapce-proxy/Cargo.toml b/lapce-proxy/Cargo.toml
|
|
index fe65578..cfd4254 100644
|
|
--- a/lapce-proxy/Cargo.toml
|
|
+++ b/lapce-proxy/Cargo.toml
|
|
@@ -49,7 +49,7 @@ jsonrpc-lite = "0.6.0"
|
|
which = "4.2.5"
|
|
|
|
# git
|
|
-git2 = { version = "0.16.1", features = ["vendored-openssl"] }
|
|
+git2 = { version = "0.17" }
|
|
|
|
# deleting files
|
|
trash = "2.1.5"
|