mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 19:29:53 +03:00
151 lines
4.1 KiB
Diff
151 lines
4.1 KiB
Diff
diff --git a/Cargo.lock b/Cargo.lock
|
|
index af29ddc..f5f8226 100644
|
|
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -151,7 +151,7 @@ dependencies = [
|
|
"blake3",
|
|
"block-cipher",
|
|
"byteorder",
|
|
- "cfg-if",
|
|
+ "cfg-if 0.1.10",
|
|
"chacha20",
|
|
"chrono",
|
|
"crypto-mac 0.8.0",
|
|
@@ -267,7 +267,7 @@ dependencies = [
|
|
"arrayref",
|
|
"arrayvec",
|
|
"cc",
|
|
- "cfg-if",
|
|
+ "cfg-if 0.1.10",
|
|
"constant_time_eq",
|
|
"crypto-mac 0.7.0",
|
|
"digest 0.8.1",
|
|
@@ -365,6 +365,12 @@ version = "0.1.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
+[[package]]
|
|
+name = "cfg-if"
|
|
+version = "1.0.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
+
|
|
[[package]]
|
|
name = "chacha20"
|
|
version = "0.4.3"
|
|
@@ -514,7 +520,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
|
|
dependencies = [
|
|
"autocfg",
|
|
- "cfg-if",
|
|
+ "cfg-if 0.1.10",
|
|
"crossbeam-utils",
|
|
"lazy_static",
|
|
"maybe-uninit",
|
|
@@ -528,7 +534,7 @@ version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
|
|
dependencies = [
|
|
- "cfg-if",
|
|
+ "cfg-if 0.1.10",
|
|
"crossbeam-utils",
|
|
"maybe-uninit",
|
|
]
|
|
@@ -540,7 +546,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
|
|
dependencies = [
|
|
"autocfg",
|
|
- "cfg-if",
|
|
+ "cfg-if 0.1.10",
|
|
"lazy_static",
|
|
]
|
|
|
|
@@ -602,7 +608,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8cfcd41ae02d60edded204341d2798ba519c336c51a37330aa4b98a1128def32"
|
|
dependencies = [
|
|
"ahash",
|
|
- "cfg-if",
|
|
+ "cfg-if 0.1.10",
|
|
"num_cpus",
|
|
]
|
|
|
|
@@ -789,7 +795,7 @@ version = "0.1.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
|
|
dependencies = [
|
|
- "cfg-if",
|
|
+ "cfg-if 0.1.10",
|
|
"libc",
|
|
"wasi",
|
|
]
|
|
@@ -948,7 +954,7 @@ version = "0.4.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
|
|
dependencies = [
|
|
- "cfg-if",
|
|
+ "cfg-if 0.1.10",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -1107,7 +1113,7 @@ version = "0.7.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"
|
|
dependencies = [
|
|
- "cfg-if",
|
|
+ "cfg-if 0.1.10",
|
|
"cloudabi",
|
|
"libc",
|
|
"redox_syscall",
|
|
@@ -1531,7 +1537,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2933378ddfeda7ea26f48c555bdad8bb446bf8a3d17832dc83e380d444cfb8c1"
|
|
dependencies = [
|
|
"block-buffer",
|
|
- "cfg-if",
|
|
+ "cfg-if 0.1.10",
|
|
"cpuid-bool",
|
|
"digest 0.9.0",
|
|
"opaque-debug 0.3.0",
|
|
@@ -1584,13 +1590,12 @@ dependencies = [
|
|
|
|
[[package]]
|
|
name = "socket2"
|
|
-version = "0.3.12"
|
|
+version = "0.3.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918"
|
|
+checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
|
|
dependencies = [
|
|
- "cfg-if",
|
|
+ "cfg-if 1.0.0",
|
|
"libc",
|
|
- "redox_syscall",
|
|
"winapi",
|
|
]
|
|
|
|
@@ -1698,7 +1703,7 @@ version = "3.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
|
|
dependencies = [
|
|
- "cfg-if",
|
|
+ "cfg-if 0.1.10",
|
|
"libc",
|
|
"rand",
|
|
"redox_syscall",
|
|
@@ -1781,7 +1786,7 @@ version = "0.1.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a41f40ed0e162c911ac6fcb53ecdc8134c46905fdbbae8c50add462a538b495f"
|
|
dependencies = [
|
|
- "cfg-if",
|
|
+ "cfg-if 0.1.10",
|
|
"tracing-attributes",
|
|
"tracing-core",
|
|
]
|
|
@@ -1907,7 +1912,7 @@ version = "0.2.63"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4c2dc4aa152834bc334f506c1a06b866416a8b6697d5c9f75b9a689c8486def0"
|
|
dependencies = [
|
|
- "cfg-if",
|
|
+ "cfg-if 0.1.10",
|
|
"wasm-bindgen-macro",
|
|
]
|
|
|