1
1
# This file is automatically @generated by Cargo.
2
2
# It is not intended for manual editing.
3
+ version = 3
4
+
3
5
[[package]]
4
6
name = "ansi_term"
5
7
version = "0.12.1"
@@ -11,9 +13,9 @@ dependencies = [
11
13
12
14
[[package]]
13
15
name = "anyhow"
14
- version = "1.0.53 "
16
+ version = "1.0.86 "
15
17
source = "registry+https://github.com/rust-lang/crates.io-index"
16
- checksum = "94a45b455c14666b85fc40a019e8ab9eb75e3a124e05494f5397122bc9eb06e0 "
18
+ checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da "
17
19
18
20
[[package]]
19
21
name = "atty"
@@ -34,9 +36,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
34
36
35
37
[[package]]
36
38
name = "byteorder"
37
- version = "1.4.3 "
39
+ version = "1.5.0 "
38
40
source = "registry+https://github.com/rust-lang/crates.io-index"
39
- checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610 "
41
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b "
40
42
41
43
[[package]]
42
44
name = "cfg-if"
@@ -59,20 +61,27 @@ dependencies = [
59
61
"vec_map",
60
62
]
61
63
64
+ [[package]]
65
+ name = "ct-codecs"
66
+ version = "1.1.1"
67
+ source = "registry+https://github.com/rust-lang/crates.io-index"
68
+ checksum = "f3b7eb4404b8195a9abb6356f4ac07d8ba267045c8d6d220ac4dc992e6cc75df"
69
+
62
70
[[package]]
63
71
name = "ed25519-compact"
64
- version = "1.0.8 "
72
+ version = "1.0.16 "
65
73
source = "registry+https://github.com/rust-lang/crates.io-index"
66
- checksum = "302ea73924517e9952bf08b505536f757e28dca8372cbf8b20723a0e2bab6c01 "
74
+ checksum = "e18997d4604542d0736fae2c5ad6de987f0a50530cbcc14a7ce5a685328a252d "
67
75
dependencies = [
76
+ "ct-codecs",
68
77
"getrandom",
69
78
]
70
79
71
80
[[package]]
72
81
name = "getrandom"
73
- version = "0.2.4 "
82
+ version = "0.2.15 "
74
83
source = "registry+https://github.com/rust-lang/crates.io-index"
75
- checksum = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c "
84
+ checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7 "
76
85
dependencies = [
77
86
"cfg-if",
78
87
"libc",
@@ -90,15 +99,15 @@ dependencies = [
90
99
91
100
[[package]]
92
101
name = "hmac-sha512"
93
- version = "1.1.1 "
102
+ version = "1.1.5 "
94
103
source = "registry+https://github.com/rust-lang/crates.io-index"
95
- checksum = "6b2ce076d8070f292037093a825343f6341fe0ce873268c2477e2f49abd57b10 "
104
+ checksum = "e4ce1f4656bae589a3fab938f9f09bf58645b7ed01a2c5f8a3c238e01a4ef78a "
96
105
97
106
[[package]]
98
107
name = "libc"
99
- version = "0.2.114 "
108
+ version = "0.2.155 "
100
109
source = "registry+https://github.com/rust-lang/crates.io-index"
101
- checksum = "b0005d08a8f7b65fb8073cb697aa0b12b631ed251ce73d862ce50eeb52ce3b50 "
110
+ checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c "
102
111
103
112
[[package]]
104
113
name = "parity-wasm"
@@ -108,18 +117,18 @@ checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"
108
117
109
118
[[package]]
110
119
name = "proc-macro2"
111
- version = "1.0.36 "
120
+ version = "1.0.86 "
112
121
source = "registry+https://github.com/rust-lang/crates.io-index"
113
- checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029 "
122
+ checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77 "
114
123
dependencies = [
115
- "unicode-xid ",
124
+ "unicode-ident ",
116
125
]
117
126
118
127
[[package]]
119
128
name = "quote"
120
- version = "1.0.15 "
129
+ version = "1.0.36 "
121
130
source = "registry+https://github.com/rust-lang/crates.io-index"
122
- checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145 "
131
+ checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7 "
123
132
dependencies = [
124
133
"proc-macro2",
125
134
]
@@ -132,13 +141,13 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
132
141
133
142
[[package]]
134
143
name = "syn"
135
- version = "1 .0.86 "
144
+ version = "2 .0.72 "
136
145
source = "registry+https://github.com/rust-lang/crates.io-index"
137
- checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b "
146
+ checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af "
138
147
dependencies = [
139
148
"proc-macro2",
140
149
"quote",
141
- "unicode-xid ",
150
+ "unicode-ident ",
142
151
]
143
152
144
153
[[package]]
@@ -152,35 +161,35 @@ dependencies = [
152
161
153
162
[[package]]
154
163
name = "thiserror"
155
- version = "1.0.30 "
164
+ version = "1.0.63 "
156
165
source = "registry+https://github.com/rust-lang/crates.io-index"
157
- checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417 "
166
+ checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724 "
158
167
dependencies = [
159
168
"thiserror-impl",
160
169
]
161
170
162
171
[[package]]
163
172
name = "thiserror-impl"
164
- version = "1.0.30 "
173
+ version = "1.0.63 "
165
174
source = "registry+https://github.com/rust-lang/crates.io-index"
166
- checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b "
175
+ checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261 "
167
176
dependencies = [
168
177
"proc-macro2",
169
178
"quote",
170
179
"syn",
171
180
]
172
181
173
182
[[package]]
174
- name = "unicode-width "
175
- version = "0.1.9 "
183
+ name = "unicode-ident "
184
+ version = "1.0.12 "
176
185
source = "registry+https://github.com/rust-lang/crates.io-index"
177
- checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973 "
186
+ checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b "
178
187
179
188
[[package]]
180
- name = "unicode-xid "
181
- version = "0.2.2 "
189
+ name = "unicode-width "
190
+ version = "0.1.13 "
182
191
source = "registry+https://github.com/rust-lang/crates.io-index"
183
- checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3 "
192
+ checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d "
184
193
185
194
[[package]]
186
195
name = "vec_map"
@@ -190,14 +199,14 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
190
199
191
200
[[package]]
192
201
name = "wasi"
193
- version = "0.10.2 +wasi-snapshot-preview1"
202
+ version = "0.11.0 +wasi-snapshot-preview1"
194
203
source = "registry+https://github.com/rust-lang/crates.io-index"
195
- checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6 "
204
+ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 "
196
205
197
206
[[package]]
198
207
name = "wasmsign"
199
208
version = "0.1.2"
200
- source = "git+https://github.com/jedisct1/wasmsign#dfbc0aabe81885d59e88e667aa9c1e6a62dfe9cc "
209
+ source = "git+https://github.com/jedisct1/wasmsign#6a6ef1c6f99063a5bd4ef9efc2ee41c5ea8f4f96 "
201
210
dependencies = [
202
211
"anyhow",
203
212
"byteorder",
0 commit comments