mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-20 21:21:51 +02:00
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",
|
|
@@ -130,21 +129,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.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -365,16 +349,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 = "fastrand"
|
|
version = "1.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -872,21 +846,34 @@
|
|
checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
|
|
|
|
[[package]]
|
|
-name = "openssl-probe"
|
|
-version = "0.1.5"
|
|
+name = "onig"
|
|
+version = "6.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
+checksum = "67ddfe2c93bb389eea6e6d713306880c7f6dcc99a75b659ce145d962c861b225"
|
|
+dependencies = [
|
|
+ "bitflags",
|
|
+ "lazy_static",
|
|
+ "libc",
|
|
+ "onig_sys",
|
|
+]
|
|
|
|
[[package]]
|
|
-name = "openssl-src"
|
|
-version = "111.17.0+1.1.1m"
|
|
+name = "onig_sys"
|
|
+version = "69.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "05d6a336abd10814198f66e2a91ccd7336611f30334119ca8ce300536666fcf4"
|
|
+checksum = "5dd3eee045c84695b53b20255bb7317063df090b68e18bfac0abb6c39cf7f33e"
|
|
dependencies = [
|
|
"cc",
|
|
+ "pkg-config",
|
|
]
|
|
|
|
[[package]]
|
|
+name = "openssl-probe"
|
|
+version = "0.1.5"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
+
|
|
+[[package]]
|
|
name = "openssl-sys"
|
|
version = "0.9.72"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -895,7 +882,6 @@
|
|
"autocfg",
|
|
"cc",
|
|
"libc",
|
|
- "openssl-src",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|
|
@@ -1341,11 +1327,11 @@
|
|
dependencies = [
|
|
"bincode",
|
|
"bitflags",
|
|
- "fancy-regex",
|
|
"flate2",
|
|
"fnv",
|
|
"lazy_static",
|
|
"lazycell",
|
|
+ "onig",
|
|
"plist",
|
|
"regex-syntax",
|
|
"serde",
|