mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-16 14:12:56 +01:00
Note: `cargo install` triggers rebuild, I dunno why. Co-Authored-By: omni <omni+alpine@hack.org>
114 lines
2.7 KiB
Diff
114 lines
2.7 KiB
Diff
Update Cargo.lock after applying use-system-openssl.patch and use-oniguruma.patch.
|
|
|
|
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -70,7 +70,6 @@
|
|
"git2",
|
|
"invalidstring",
|
|
"log",
|
|
- "openssl-sys",
|
|
"pretty_assertions",
|
|
"rayon-core",
|
|
"scopetime",
|
|
@@ -129,21 +128,6 @@
|
|
]
|
|
|
|
[[package]]
|
|
-name = "bit-set"
|
|
-version = "0.5.2"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de"
|
|
-dependencies = [
|
|
- "bit-vec",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "bit-vec"
|
|
-version = "0.6.3"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
|
-
|
|
-[[package]]
|
|
name = "bitflags"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -364,16 +348,6 @@
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
|
|
|
[[package]]
|
|
-name = "fancy-regex"
|
|
-version = "0.7.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "9d6b8560a05112eb52f04b00e5d3790c0dd75d9d980eb8a122fb23b92a623ccf"
|
|
-dependencies = [
|
|
- "bit-set",
|
|
- "regex",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
name = "filetreelist"
|
|
version = "0.3.0"
|
|
dependencies = [
|
|
@@ -850,21 +824,34 @@
|
|
checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
|
|
|
|
[[package]]
|
|
-name = "openssl-probe"
|
|
-version = "0.1.4"
|
|
+name = "onig"
|
|
+version = "6.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"
|
|
+checksum = "b16fd3c0e73b516af509c13c4ba76ec0c987ce20d78b38cff356b8d01fc6a6c0"
|
|
+dependencies = [
|
|
+ "bitflags",
|
|
+ "lazy_static",
|
|
+ "libc",
|
|
+ "onig_sys",
|
|
+]
|
|
|
|
[[package]]
|
|
-name = "openssl-src"
|
|
-version = "111.16.0+1.1.1l"
|
|
+name = "onig_sys"
|
|
+version = "69.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "7ab2173f69416cf3ec12debb5823d244127d23a9b127d5a5189aa97c5fa2859f"
|
|
+checksum = "9fd9442a09e4fbd08d196ddf419b2c79a43c3a46c800320cc841d45c2449a240"
|
|
dependencies = [
|
|
"cc",
|
|
+ "pkg-config",
|
|
]
|
|
|
|
[[package]]
|
|
+name = "openssl-probe"
|
|
+version = "0.1.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"
|
|
+
|
|
+[[package]]
|
|
name = "openssl-sys"
|
|
version = "0.9.66"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -873,7 +860,6 @@
|
|
"autocfg",
|
|
"cc",
|
|
"libc",
|
|
- "openssl-src",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|
|
@@ -1354,11 +1340,11 @@
|
|
dependencies = [
|
|
"bincode",
|
|
"bitflags",
|
|
- "fancy-regex",
|
|
"flate2",
|
|
"fnv",
|
|
"lazy_static",
|
|
"lazycell",
|
|
+ "onig",
|
|
"plist",
|
|
"regex-syntax",
|
|
"serde",
|