La cola previa (115) se agoto/enveneno: ultimo seal 2026-06-25T16:42, ~63 recetas fallan por deps no importadas (go/libconfuse/protoc/liblzma) o C-heavy (libbpf). Diagnostico: el VPS giraba en falso re-confirmando cache-hits ya cosechados. - archiva la escoria de incoming/ (71 .toml + 38 .patch) a tandas/staged-2026-06-26/ - fuel-5: 18 candidatos CLI-Rust puro (anti-C); import 11/18 por nix, 10 pineados (aichat caligula cotp diskus otree pls projectable qrtool russ rwalk wthrr) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
668 lines
15 KiB
Diff
668 lines
15 KiB
Diff
diff --git a/Cargo.lock b/Cargo.lock
|
|
index b491b7c..c9c9e3e 100644
|
|
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -187,16 +187,7 @@ version = "3.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8824ecca2e851cec16968d54a01dd372ef8f95b244fb84b84e70128be347c3c6"
|
|
dependencies = [
|
|
- "term 0.7.0",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "ascii-canvas"
|
|
-version = "4.0.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "ef1e3e699d84ab1b0911a1010c5c106aa34ae89aeac103be5ce0c3859db1e891"
|
|
-dependencies = [
|
|
- "term 1.0.1",
|
|
+ "term",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -291,7 +282,7 @@ dependencies = [
|
|
"bitflags",
|
|
"cexpr",
|
|
"clang-sys",
|
|
- "itertools 0.13.0",
|
|
+ "itertools",
|
|
"proc-macro2",
|
|
"quote",
|
|
"regex",
|
|
@@ -306,16 +297,7 @@ version = "0.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
|
|
dependencies = [
|
|
- "bit-vec 0.6.3",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "bit-set"
|
|
-version = "0.8.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
|
|
-dependencies = [
|
|
- "bit-vec 0.8.0",
|
|
+ "bit-vec",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -324,18 +306,24 @@ version = "0.6.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
|
|
|
-[[package]]
|
|
-name = "bit-vec"
|
|
-version = "0.8.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
|
|
-
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "2.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
|
|
|
|
+[[package]]
|
|
+name = "bitvec"
|
|
+version = "1.0.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
|
|
+dependencies = [
|
|
+ "funty",
|
|
+ "radium",
|
|
+ "tap",
|
|
+ "wyz",
|
|
+]
|
|
+
|
|
[[package]]
|
|
name = "blake2"
|
|
version = "0.10.6"
|
|
@@ -505,6 +493,15 @@ dependencies = [
|
|
"cipher",
|
|
]
|
|
|
|
+[[package]]
|
|
+name = "cbc"
|
|
+version = "0.1.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
|
|
+dependencies = [
|
|
+ "cipher",
|
|
+]
|
|
+
|
|
[[package]]
|
|
name = "cc"
|
|
version = "1.2.16"
|
|
@@ -769,7 +766,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
|
|
dependencies = [
|
|
"generic-array",
|
|
- "rand_core",
|
|
+ "rand_core 0.6.4",
|
|
"subtle",
|
|
"zeroize",
|
|
]
|
|
@@ -781,7 +778,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
dependencies = [
|
|
"generic-array",
|
|
- "rand_core",
|
|
+ "rand_core 0.6.4",
|
|
"typenum",
|
|
]
|
|
|
|
@@ -860,6 +857,21 @@ dependencies = [
|
|
"cfg-if",
|
|
]
|
|
|
|
+[[package]]
|
|
+name = "cx448"
|
|
+version = "0.1.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "b4c0cf476284b03eb6c10e78787b21c7abb7d7d43cb2f02532ba6b831ed892fa"
|
|
+dependencies = [
|
|
+ "crypto-bigint",
|
|
+ "elliptic-curve",
|
|
+ "rand_core 0.6.4",
|
|
+ "sha3",
|
|
+ "signature",
|
|
+ "subtle",
|
|
+ "zeroize",
|
|
+]
|
|
+
|
|
[[package]]
|
|
name = "data-encoding"
|
|
version = "2.8.0"
|
|
@@ -1099,7 +1111,7 @@ checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871"
|
|
dependencies = [
|
|
"curve25519-dalek",
|
|
"ed25519",
|
|
- "rand_core",
|
|
+ "rand_core 0.6.4",
|
|
"serde",
|
|
"sha2",
|
|
"subtle",
|
|
@@ -1119,6 +1131,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
|
|
dependencies = [
|
|
"base16ct",
|
|
+ "base64ct",
|
|
"crypto-bigint",
|
|
"digest",
|
|
"ff",
|
|
@@ -1127,9 +1140,12 @@ dependencies = [
|
|
"hkdf",
|
|
"pem-rfc7468",
|
|
"pkcs8",
|
|
- "rand_core",
|
|
+ "rand_core 0.6.4",
|
|
"sec1",
|
|
+ "serde_json",
|
|
+ "serdect",
|
|
"subtle",
|
|
+ "tap",
|
|
"zeroize",
|
|
]
|
|
|
|
@@ -1255,7 +1271,8 @@ version = "0.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449"
|
|
dependencies = [
|
|
- "rand_core",
|
|
+ "bitvec",
|
|
+ "rand_core 0.6.4",
|
|
"subtle",
|
|
]
|
|
|
|
@@ -1283,12 +1300,6 @@ version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
|
|
|
-[[package]]
|
|
-name = "fixedbitset"
|
|
-version = "0.5.7"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
|
|
-
|
|
[[package]]
|
|
name = "flate2"
|
|
version = "1.1.0"
|
|
@@ -1368,6 +1379,12 @@ version = "1.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
|
|
|
|
+[[package]]
|
|
+name = "funty"
|
|
+version = "2.0.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
|
|
+
|
|
[[package]]
|
|
name = "futures"
|
|
version = "0.3.31"
|
|
@@ -1578,7 +1595,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
|
|
dependencies = [
|
|
"ff",
|
|
- "rand_core",
|
|
+ "rand_core 0.6.4",
|
|
"subtle",
|
|
]
|
|
|
|
@@ -1650,7 +1667,7 @@ dependencies = [
|
|
"hickory-proto",
|
|
"once_cell",
|
|
"radix_trie",
|
|
- "rand",
|
|
+ "rand 0.8.5",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
"tracing",
|
|
@@ -1673,7 +1690,7 @@ dependencies = [
|
|
"ipnet",
|
|
"once_cell",
|
|
"openssl",
|
|
- "rand",
|
|
+ "rand 0.8.5",
|
|
"thiserror 1.0.69",
|
|
"tinyvec",
|
|
"tokio",
|
|
@@ -1694,7 +1711,7 @@ dependencies = [
|
|
"lru-cache",
|
|
"once_cell",
|
|
"parking_lot",
|
|
- "rand",
|
|
+ "rand 0.8.5",
|
|
"resolv-conf",
|
|
"smallvec",
|
|
"thiserror 1.0.69",
|
|
@@ -1720,15 +1737,6 @@ dependencies = [
|
|
"digest",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "home"
|
|
-version = "0.5.9"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
|
|
-dependencies = [
|
|
- "windows-sys 0.52.0",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "hostname"
|
|
version = "0.3.1"
|
|
@@ -2129,24 +2137,6 @@ dependencies = [
|
|
"either",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "itertools"
|
|
-version = "0.13.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
|
|
-dependencies = [
|
|
- "either",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "itertools"
|
|
-version = "0.14.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
|
|
-dependencies = [
|
|
- "either",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "itoa"
|
|
version = "1.0.14"
|
|
@@ -2178,42 +2168,21 @@ version = "0.20.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "55cb077ad656299f160924eb2912aa147d7339ea7d69e1b5517326fdcec3c1ca"
|
|
dependencies = [
|
|
- "ascii-canvas 3.0.0",
|
|
- "bit-set 0.5.3",
|
|
+ "ascii-canvas",
|
|
+ "bit-set",
|
|
"ena",
|
|
- "itertools 0.11.0",
|
|
- "lalrpop-util 0.20.2",
|
|
- "petgraph 0.6.5",
|
|
+ "itertools",
|
|
+ "lalrpop-util",
|
|
+ "petgraph",
|
|
"regex",
|
|
"regex-syntax 0.8.5",
|
|
"string_cache",
|
|
- "term 0.7.0",
|
|
+ "term",
|
|
"tiny-keccak",
|
|
"unicode-xid",
|
|
"walkdir",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "lalrpop"
|
|
-version = "0.22.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "7047a26de42016abf8f181b46b398aef0b77ad46711df41847f6ed869a2a1d5b"
|
|
-dependencies = [
|
|
- "ascii-canvas 4.0.0",
|
|
- "bit-set 0.8.0",
|
|
- "ena",
|
|
- "itertools 0.14.0",
|
|
- "lalrpop-util 0.22.1",
|
|
- "petgraph 0.7.1",
|
|
- "regex",
|
|
- "regex-syntax 0.8.5",
|
|
- "sha3",
|
|
- "string_cache",
|
|
- "term 1.0.1",
|
|
- "unicode-xid",
|
|
- "walkdir",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "lalrpop-util"
|
|
version = "0.20.2"
|
|
@@ -2223,16 +2192,6 @@ dependencies = [
|
|
"regex-automata 0.4.9",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "lalrpop-util"
|
|
-version = "0.22.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "e8d05b3fe34b8bd562c338db725dfa9beb9451a48f65f129ccb9538b48d2c93b"
|
|
-dependencies = [
|
|
- "regex-automata 0.4.9",
|
|
- "rustversion",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "lazy_static"
|
|
version = "1.5.0"
|
|
@@ -2550,7 +2509,7 @@ dependencies = [
|
|
"num-integer",
|
|
"num-iter",
|
|
"num-traits",
|
|
- "rand",
|
|
+ "rand 0.8.5",
|
|
"smallvec",
|
|
"zeroize",
|
|
]
|
|
@@ -2747,7 +2706,7 @@ dependencies = [
|
|
"ecdsa",
|
|
"elliptic-curve",
|
|
"primeorder",
|
|
- "rand_core",
|
|
+ "rand_core 0.6.4",
|
|
"sha2",
|
|
]
|
|
|
|
@@ -2781,7 +2740,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
|
|
dependencies = [
|
|
"base64ct",
|
|
- "rand_core",
|
|
+ "rand_core 0.6.4",
|
|
"subtle",
|
|
]
|
|
|
|
@@ -2857,17 +2816,7 @@ version = "0.6.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
|
|
dependencies = [
|
|
- "fixedbitset 0.4.2",
|
|
- "indexmap",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "petgraph"
|
|
-version = "0.7.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772"
|
|
-dependencies = [
|
|
- "fixedbitset 0.5.7",
|
|
+ "fixedbitset",
|
|
"indexmap",
|
|
]
|
|
|
|
@@ -3050,6 +2999,12 @@ dependencies = [
|
|
"proc-macro2",
|
|
]
|
|
|
|
+[[package]]
|
|
+name = "radium"
|
|
+version = "0.7.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
|
|
+
|
|
[[package]]
|
|
name = "radix_trie"
|
|
version = "0.2.1"
|
|
@@ -3068,7 +3023,16 @@ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
dependencies = [
|
|
"libc",
|
|
"rand_chacha",
|
|
- "rand_core",
|
|
+ "rand_core 0.6.4",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rand"
|
|
+version = "0.9.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
|
|
+dependencies = [
|
|
+ "rand_core 0.9.5",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -3078,7 +3042,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
dependencies = [
|
|
"ppv-lite86",
|
|
- "rand_core",
|
|
+ "rand_core 0.6.4",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -3090,6 +3054,15 @@ dependencies = [
|
|
"getrandom 0.2.15",
|
|
]
|
|
|
|
+[[package]]
|
|
+name = "rand_core"
|
|
+version = "0.9.5"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
|
|
+dependencies = [
|
|
+ "getrandom 0.3.1",
|
|
+]
|
|
+
|
|
[[package]]
|
|
name = "rayon"
|
|
version = "1.10.0"
|
|
@@ -3333,7 +3306,7 @@ dependencies = [
|
|
"num-traits",
|
|
"pkcs1",
|
|
"pkcs8",
|
|
- "rand_core",
|
|
+ "rand_core 0.6.4",
|
|
"signature",
|
|
"spki",
|
|
"subtle",
|
|
@@ -3489,6 +3462,7 @@ dependencies = [
|
|
"der",
|
|
"generic-array",
|
|
"pkcs8",
|
|
+ "serdect",
|
|
"subtle",
|
|
"zeroize",
|
|
]
|
|
@@ -3574,8 +3548,8 @@ dependencies = [
|
|
"anyhow",
|
|
"chrono",
|
|
"futures",
|
|
- "lalrpop 0.22.1",
|
|
- "lalrpop-util 0.22.1",
|
|
+ "lalrpop",
|
|
+ "lalrpop-util",
|
|
"libc",
|
|
"sequoia-ipc",
|
|
"sequoia-openpgp",
|
|
@@ -3596,11 +3570,11 @@ dependencies = [
|
|
"ctor",
|
|
"dirs 5.0.1",
|
|
"fs2",
|
|
- "lalrpop 0.20.2",
|
|
- "lalrpop-util 0.20.2",
|
|
+ "lalrpop",
|
|
+ "lalrpop-util",
|
|
"libc",
|
|
"memsec",
|
|
- "rand",
|
|
+ "rand 0.8.5",
|
|
"sequoia-openpgp",
|
|
"socket2",
|
|
"tempfile",
|
|
@@ -3722,9 +3696,9 @@ dependencies = [
|
|
|
|
[[package]]
|
|
name = "sequoia-openpgp"
|
|
-version = "2.0.0"
|
|
+version = "2.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "015e5fc3d023418b9db98ca9a7f3e90b305872eeafe5ca45c5c32b5eb335c1e8"
|
|
+checksum = "c847f0f148cf238c3aec88d092fd3c4301c21e906829ea9e415ea7531f7ec094"
|
|
dependencies = [
|
|
"aes",
|
|
"aes-gcm",
|
|
@@ -3738,9 +3712,11 @@ dependencies = [
|
|
"bzip2",
|
|
"camellia",
|
|
"cast5",
|
|
+ "cbc",
|
|
"cfb-mode",
|
|
"chrono",
|
|
"cipher",
|
|
+ "cx448",
|
|
"des",
|
|
"digest",
|
|
"dsa",
|
|
@@ -3755,21 +3731,22 @@ dependencies = [
|
|
"hkdf",
|
|
"idea",
|
|
"idna",
|
|
- "lalrpop 0.20.2",
|
|
- "lalrpop-util 0.20.2",
|
|
+ "lalrpop",
|
|
+ "lalrpop-util",
|
|
"libc",
|
|
"md-5",
|
|
"memsec",
|
|
"nettle",
|
|
"num-bigint-dig",
|
|
+ "num-integer",
|
|
"ocb3",
|
|
"openssl",
|
|
"openssl-sys",
|
|
"p256",
|
|
"p384",
|
|
"p521",
|
|
- "rand",
|
|
- "rand_core",
|
|
+ "rand 0.9.4",
|
|
+ "rand_core 0.6.4",
|
|
"regex",
|
|
"regex-syntax 0.8.5",
|
|
"ripemd",
|
|
@@ -3784,13 +3761,14 @@ dependencies = [
|
|
"winapi",
|
|
"x25519-dalek",
|
|
"xxhash-rust",
|
|
+ "zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sequoia-policy-config"
|
|
-version = "0.8.0"
|
|
+version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "8e016b708d64857b6a97e1a331d9471b73e30ed450d247628e1a0ce236b1e597"
|
|
+checksum = "c8c2be5e64986e3192d5714c2334fbfb9e22c8cb41d7ad4583847eb590a8cea1"
|
|
dependencies = [
|
|
"anyhow",
|
|
"chrono",
|
|
@@ -3846,7 +3824,7 @@ dependencies = [
|
|
"termcolor",
|
|
"terminal_size",
|
|
"textwrap",
|
|
- "thiserror 1.0.69",
|
|
+ "thiserror 2.0.12",
|
|
"tokio",
|
|
"toml_edit",
|
|
"typenum",
|
|
@@ -3921,6 +3899,16 @@ dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
+[[package]]
|
|
+name = "serdect"
|
|
+version = "0.2.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "a84f14a19e9a014bb9f4512488d9829a68e04ecabffb0f9904cd1ace94598177"
|
|
+dependencies = [
|
|
+ "base16ct",
|
|
+ "serde",
|
|
+]
|
|
+
|
|
[[package]]
|
|
name = "sha1collisiondetection"
|
|
version = "0.3.4"
|
|
@@ -3981,7 +3969,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
|
|
dependencies = [
|
|
"digest",
|
|
- "rand_core",
|
|
+ "rand_core 0.6.4",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -4214,6 +4202,12 @@ dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
+[[package]]
|
|
+name = "tap"
|
|
+version = "1.0.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
+
|
|
[[package]]
|
|
name = "tempfile"
|
|
version = "3.17.1"
|
|
@@ -4240,7 +4234,7 @@ dependencies = [
|
|
"percent-encoding",
|
|
"pest",
|
|
"pest_derive",
|
|
- "rand",
|
|
+ "rand 0.8.5",
|
|
"regex",
|
|
"serde",
|
|
"serde_json",
|
|
@@ -4259,16 +4253,6 @@ dependencies = [
|
|
"winapi",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "term"
|
|
-version = "1.0.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "a3bb6001afcea98122260987f8b7b5da969ecad46dbf0b5453702f776b491a41"
|
|
-dependencies = [
|
|
- "home",
|
|
- "windows-sys 0.52.0",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "termcolor"
|
|
version = "1.4.1"
|
|
@@ -4937,7 +4921,7 @@ checksum = "99abfb435a71e54ab2971d8d8c32f1a7e006cdbf527f71743b1d45b93517bb92"
|
|
dependencies = [
|
|
"cipher",
|
|
"doc-comment",
|
|
- "rand_core",
|
|
+ "rand_core 0.6.4",
|
|
"winapi",
|
|
"zeroize",
|
|
]
|
|
@@ -5215,6 +5199,15 @@ version = "0.5.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
|
|
|
+[[package]]
|
|
+name = "wyz"
|
|
+version = "0.5.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
|
|
+dependencies = [
|
|
+ "tap",
|
|
+]
|
|
+
|
|
[[package]]
|
|
name = "x25519-dalek"
|
|
version = "2.0.1"
|
|
@@ -5222,7 +5215,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277"
|
|
dependencies = [
|
|
"curve25519-dalek",
|
|
- "rand_core",
|
|
+ "rand_core 0.6.4",
|
|
"zeroize",
|
|
]
|
|
|