mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
233 lines
5.7 KiB
Diff
233 lines
5.7 KiB
Diff
Based on https://github.com/chimera-linux/cports/blob/master/user/taskwarrior/patches/0004-update-deps-to-pull-in-newer-ring.patch
|
|
|
|
--- task3-3.1.0-origin/Cargo.lock
|
|
+++ task3-3.1.0/Cargo.lock
|
|
@@ -121,12 +121,6 @@
|
|
|
|
[[package]]
|
|
name = "base64"
|
|
-version = "0.13.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
|
-
|
|
-[[package]]
|
|
-name = "base64"
|
|
version = "0.21.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
|
@@ -455,8 +449,10 @@
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
|
dependencies = [
|
|
"cfg-if",
|
|
+ "js-sys",
|
|
"libc",
|
|
"wasi",
|
|
+ "wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -467,9 +463,9 @@
|
|
|
|
[[package]]
|
|
name = "google-cloud-auth"
|
|
-version = "0.13.0"
|
|
+version = "0.13.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "af1087f1fbd2dd3f58c17c7574ddd99cd61cbbbc2c4dc81114b8687209b196cb"
|
|
+checksum = "3bf7cb7864f08a92e77c26bb230d021ea57691788fb5dd51793f96965d19e7f9"
|
|
dependencies = [
|
|
"async-trait",
|
|
"base64 0.21.7",
|
|
@@ -518,7 +514,7 @@
|
|
"pkcs8",
|
|
"regex",
|
|
"reqwest",
|
|
- "ring 0.17.8",
|
|
+ "ring",
|
|
"serde",
|
|
"serde_json",
|
|
"sha2",
|
|
@@ -750,13 +746,14 @@
|
|
|
|
[[package]]
|
|
name = "jsonwebtoken"
|
|
-version = "8.3.0"
|
|
+version = "9.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "6971da4d9c3aa03c3d8f3ff0f4155b534aad021292003895a469716b2a230378"
|
|
+checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
|
|
dependencies = [
|
|
"base64 0.21.7",
|
|
+ "js-sys",
|
|
"pem",
|
|
- "ring 0.16.20",
|
|
+ "ring",
|
|
"serde",
|
|
"serde_json",
|
|
"simple_asn1",
|
|
@@ -941,11 +938,12 @@
|
|
|
|
[[package]]
|
|
name = "pem"
|
|
-version = "1.1.1"
|
|
+version = "3.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8"
|
|
+checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
|
|
dependencies = [
|
|
- "base64 0.13.1",
|
|
+ "base64 0.22.1",
|
|
+ "serde",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -1109,21 +1107,6 @@
|
|
|
|
[[package]]
|
|
name = "ring"
|
|
-version = "0.16.20"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
|
-dependencies = [
|
|
- "cc",
|
|
- "libc",
|
|
- "once_cell",
|
|
- "spin 0.5.2",
|
|
- "untrusted 0.7.1",
|
|
- "web-sys",
|
|
- "winapi",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "ring"
|
|
version = "0.17.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
|
|
@@ -1132,8 +1115,8 @@
|
|
"cfg-if",
|
|
"getrandom",
|
|
"libc",
|
|
- "spin 0.9.8",
|
|
- "untrusted 0.9.0",
|
|
+ "spin",
|
|
+ "untrusted",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
@@ -1164,7 +1147,7 @@
|
|
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
|
|
dependencies = [
|
|
"log",
|
|
- "ring 0.17.8",
|
|
+ "ring",
|
|
"rustls-webpki 0.101.7",
|
|
"sct",
|
|
]
|
|
@@ -1176,7 +1159,7 @@
|
|
checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432"
|
|
dependencies = [
|
|
"log",
|
|
- "ring 0.17.8",
|
|
+ "ring",
|
|
"rustls-pki-types",
|
|
"rustls-webpki 0.102.4",
|
|
"subtle",
|
|
@@ -1204,8 +1187,8 @@
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
|
dependencies = [
|
|
- "ring 0.17.8",
|
|
- "untrusted 0.9.0",
|
|
+ "ring",
|
|
+ "untrusted",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -1214,9 +1197,9 @@
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ff448f7e92e913c4b7d4c6d8e4540a1724b319b4152b8aef6d4cf8339712b33e"
|
|
dependencies = [
|
|
- "ring 0.17.8",
|
|
+ "ring",
|
|
"rustls-pki-types",
|
|
- "untrusted 0.9.0",
|
|
+ "untrusted",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -1243,8 +1226,8 @@
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
|
dependencies = [
|
|
- "ring 0.17.8",
|
|
- "untrusted 0.9.0",
|
|
+ "ring",
|
|
+ "untrusted",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -1340,12 +1323,6 @@
|
|
|
|
[[package]]
|
|
name = "spin"
|
|
-version = "0.5.2"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
-
|
|
-[[package]]
|
|
-name = "spin"
|
|
version = "0.9.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
@@ -1446,7 +1423,7 @@
|
|
"flate2",
|
|
"google-cloud-storage",
|
|
"log",
|
|
- "ring 0.17.8",
|
|
+ "ring",
|
|
"rusqlite",
|
|
"serde",
|
|
"serde_json",
|
|
@@ -1669,12 +1646,6 @@
|
|
|
|
[[package]]
|
|
name = "untrusted"
|
|
-version = "0.7.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
-
|
|
-[[package]]
|
|
-name = "untrusted"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
@@ -1853,28 +1824,6 @@
|
|
dependencies = [
|
|
"rustls-pki-types",
|
|
]
|
|
-
|
|
-[[package]]
|
|
-name = "winapi"
|
|
-version = "0.3.9"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
-dependencies = [
|
|
- "winapi-i686-pc-windows-gnu",
|
|
- "winapi-x86_64-pc-windows-gnu",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "winapi-i686-pc-windows-gnu"
|
|
-version = "0.4.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
-
|
|
-[[package]]
|
|
-name = "winapi-x86_64-pc-windows-gnu"
|
|
-version = "0.4.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
[[package]]
|
|
name = "windows-core"
|