Codebase list rust-stfu8 / 257036a
sequoia-openpgp: drop most dependency cleanup, already upstream Daniel Kahn Gillmor 3 years ago
1 changed file(s) with 16 addition(s) and 41 deletion(s). Raw diff Collapse all Expand all
00 Clean up dependencies for sequoia-openpgp:
11
2 backtrace: https://gitlab.com/sequoia-pgp/sequoia/-/merge_requests/881
3 base64: no clear reason for upgrading 0.12 to 0.13, and 0.13 implicates
4 grep-printer, pem, plist, and ron in debian
5 lalrpop: upgrade to 0.19 goes through NEW b/c of new "lexer" feature,
6 Neal Walfield said nothing after 0.17 was used
7 memsec: upgrade to 0.6 goes through NEW b/c of new "getrandom" feature
2 lalrpop-util: upgrade to 0.19 goes through NEW b/c of new "lexer"
3 feature, Neal Walfield said nothing after 0.17 was used (and
4 the lalrpop dependency itself is >=0.17)
85
96 drop all crypto-crng and windows stuff
107
1310
1411 --- a/Cargo.toml
1512 +++ b/Cargo.toml
16 @@ -32,10 +32,10 @@
17 version = "1"
18
19 [dependencies.backtrace]
20 -version = "0.3.46"
21 +version = "0.3.44"
22
23 [dependencies.base64]
24 -version = "0.13"
25 +version = "0.12"
26
27 [dependencies.buffered-reader]
28 version = "0.20"
2913 @@ -56,7 +56,7 @@
3014 version = "0.2"
3115
3216 [dependencies.lalrpop-util]
3317 -version = "0.19"
34 +version = "0.17"
18 +version = ">=0.17"
3519
3620 [dependencies.lazy_static]
37 version = "1.3"
38 @@ -65,7 +65,7 @@
39 version = "0.2"
40
41 [dependencies.memsec]
42 -version = "0.6"
43 +version = "0.5.6"
44 default-features = false
45
46 [dependencies.nettle]
47 @@ -91,38 +91,16 @@
48 [dev-dependencies.rpassword]
49 version = "5.0"
50 [build-dependencies.lalrpop]
51 -version = "0.19"
52 +version = "0.17"
53
54 [features]
21 version = "1.4.0"
22 @@ -102,39 +102,10 @@
5523 compression = ["compression-deflate", "compression-bzip2"]
5624 compression-bzip2 = ["bzip2", "buffered-reader/compression-bzip2"]
5725 compression-deflate = ["flate2", "buffered-reader/compression-deflate"]
6028 default = ["compression", "crypto-nettle"]
6129 vendored = ["vendored-nettle"]
6230 -vendored-nettle = ["nettle/vendored"]
31 -[target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dependencies.chrono]
32 -version = "0.4.10"
33 -features = ["std"]
34 -default-features = false
35 -[target."cfg(windows)".dependencies.eax]
36 -version = "0.3"
37 -
6338 -[target."cfg(windows)".dependencies.ed25519-dalek]
6439 -version = "1"
6540 -features = ["rand", "u64_backend"]
7247 -default-features = false
7348 -
7449 -[target."cfg(windows)".dependencies.win-crypto-ng]
75 -version = "0.2"
76 -features = ["rand"]
50 -version = "0.4"
51 -features = ["rand", "block-cipher"]
7752 -optional = true
7853 -
7954 -[target."cfg(windows)".dependencies.winapi]
80 -version = "0.3"
55 -version = "0.3.8"
8156 -features = ["bcrypt"]
8257 -optional = true
8358 -default-features = false