mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-22 08:12:21 +01: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",
|
|
@@ -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.3.2"
|
|
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.4.0"
|
|
dependencies = [
|
|
@@ -862,21 +836,34 @@
|
|
checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
|
|
|
|
[[package]]
|
|
-name = "openssl-probe"
|
|
-version = "0.1.4"
|
|
+name = "onig"
|
|
+version = "6.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"
|
|
+checksum = "67ddfe2c93bb389eea6e6d713306880c7f6dcc99a75b659ce145d962c861b225"
|
|
+dependencies = [
|
|
+ "bitflags",
|
|
+ "lazy_static",
|
|
+ "libc",
|
|
+ "onig_sys",
|
|
+]
|
|
|
|
[[package]]
|
|
-name = "openssl-src"
|
|
-version = "300.0.2+3.0.0"
|
|
+name = "onig_sys"
|
|
+version = "69.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "14a760a11390b1a5daf72074d4f6ff1a6e772534ae191f999f57e9ee8146d1fb"
|
|
+checksum = "5dd3eee045c84695b53b20255bb7317063df090b68e18bfac0abb6c39cf7f33e"
|
|
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.71"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -885,7 +872,6 @@
|
|
"autocfg",
|
|
"cc",
|
|
"libc",
|
|
- "openssl-src",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|
|
@@ -1368,11 +1354,11 @@
|
|
dependencies = [
|
|
"bincode",
|
|
"bitflags",
|
|
- "fancy-regex",
|
|
"flate2",
|
|
"fnv",
|
|
"lazy_static",
|
|
"lazycell",
|
|
+ "onig",
|
|
"plist",
|
|
"regex-syntax",
|
|
"serde",
|