@@ -17,12 +17,6 @@ version = "0.8.0"
17
17
source = "registry+https://github.com/rust-lang/crates.io-index"
18
18
checksum = "450575f58f7bee32816abbff470cbc47797397c2a81e0eaced4b98436daf52e1"
19
19
20
- [[package]]
21
- name = "autocfg"
22
- version = "1.0.1"
23
- source = "registry+https://github.com/rust-lang/crates.io-index"
24
- checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
25
-
26
20
[[package]]
27
21
name = "bitflags"
28
22
version = "1.3.2"
@@ -35,15 +29,6 @@ version = "1.0.0"
35
29
source = "registry+https://github.com/rust-lang/crates.io-index"
36
30
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
37
31
38
- [[package]]
39
- name = "crc32fast"
40
- version = "1.2.1"
41
- source = "registry+https://github.com/rust-lang/crates.io-index"
42
- checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
43
- dependencies = [
44
- "cfg-if",
45
- ]
46
-
47
32
[[package]]
48
33
name = "fm"
49
34
version = "0.1.4"
@@ -56,15 +41,15 @@ dependencies = [
56
41
[[package]]
57
42
name = "gccjit"
58
43
version = "1.0.0"
59
- source = "git+https://github.com/antoyo/gccjit.rs#2d4fea7319f80531b2e5d264fca9f1c498a3a62e "
44
+ source = "git+https://github.com/antoyo/gccjit.rs#0672b78d162d65b6f36ea4062947253affe9fdef "
60
45
dependencies = [
61
46
"gccjit_sys",
62
47
]
63
48
64
49
[[package]]
65
50
name = "gccjit_sys"
66
51
version = "0.0.1"
67
- source = "git+https://github.com/antoyo/gccjit.rs#2d4fea7319f80531b2e5d264fca9f1c498a3a62e "
52
+ source = "git+https://github.com/antoyo/gccjit.rs#0672b78d162d65b6f36ea4062947253affe9fdef "
68
53
dependencies = [
69
54
"libc 0.1.12",
70
55
]
@@ -85,33 +70,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
85
70
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
86
71
dependencies = [
87
72
"cfg-if",
88
- "libc 0.2.102 ",
73
+ "libc 0.2.112 ",
89
74
"wasi",
90
75
]
91
76
92
- [[package]]
93
- name = "hashbrown"
94
- version = "0.11.2"
95
- source = "registry+https://github.com/rust-lang/crates.io-index"
96
- checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
97
-
98
77
[[package]]
99
78
name = "hermit-abi"
100
79
version = "0.1.19"
101
80
source = "registry+https://github.com/rust-lang/crates.io-index"
102
81
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
103
82
dependencies = [
104
- "libc 0.2.102",
105
- ]
106
-
107
- [[package]]
108
- name = "indexmap"
109
- version = "1.7.0"
110
- source = "registry+https://github.com/rust-lang/crates.io-index"
111
- checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
112
- dependencies = [
113
- "autocfg",
114
- "hashbrown",
83
+ "libc 0.2.112",
115
84
]
116
85
117
86
[[package]]
@@ -122,7 +91,7 @@ checksum = "96bd995a092cac79868250589869b5a5d656b02a02bd74c8ebdc566dc7203090"
122
91
dependencies = [
123
92
"fm",
124
93
"getopts",
125
- "libc 0.2.102 ",
94
+ "libc 0.2.112 ",
126
95
"num_cpus",
127
96
"termcolor",
128
97
"threadpool",
@@ -138,9 +107,9 @@ checksum = "e32a70cf75e5846d53a673923498228bbec6a8624708a9ea5645f075d6276122"
138
107
139
108
[[package]]
140
109
name = "libc"
141
- version = "0.2.102 "
110
+ version = "0.2.112 "
142
111
source = "registry+https://github.com/rust-lang/crates.io-index"
143
- checksum = "a2a5ac8f984bfcf3a823267e5fde638acc3325f6496633a5da6bb6eb2171e103 "
112
+ checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125 "
144
113
145
114
[[package]]
146
115
name = "memchr"
@@ -155,33 +124,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
155
124
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
156
125
dependencies = [
157
126
"hermit-abi",
158
- "libc 0.2.102",
159
- ]
160
-
161
- [[package]]
162
- name = "object"
163
- version = "0.25.3"
164
- source = "registry+https://github.com/rust-lang/crates.io-index"
165
- checksum = "a38f2be3697a57b4060074ff41b44c16870d916ad7877c17696e063257482bc7"
166
- dependencies = [
167
- "crc32fast",
168
- "indexmap",
169
- "memchr",
127
+ "libc 0.2.112",
170
128
]
171
129
172
130
[[package]]
173
131
name = "ppv-lite86"
174
- version = "0.2.10 "
132
+ version = "0.2.15 "
175
133
source = "registry+https://github.com/rust-lang/crates.io-index"
176
- checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857 "
134
+ checksum = "ed0cfbc8191465bed66e1718596ee0b0b35d5ee1f41c5df2189d0fe8bde535ba "
177
135
178
136
[[package]]
179
137
name = "rand"
180
138
version = "0.8.4"
181
139
source = "registry+https://github.com/rust-lang/crates.io-index"
182
140
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
183
141
dependencies = [
184
- "libc 0.2.102 ",
142
+ "libc 0.2.112 ",
185
143
"rand_chacha",
186
144
"rand_core",
187
145
"rand_hc",
@@ -257,7 +215,6 @@ dependencies = [
257
215
"ar",
258
216
"gccjit",
259
217
"lang_tester",
260
- "object",
261
218
"target-lexicon",
262
219
"tempfile",
263
220
]
@@ -284,7 +241,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
284
241
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
285
242
dependencies = [
286
243
"cfg-if",
287
- "libc 0.2.102 ",
244
+ "libc 0.2.112 ",
288
245
"rand",
289
246
"redox_syscall",
290
247
"remove_dir_all",
@@ -321,7 +278,7 @@ version = "0.2.0"
321
278
source = "registry+https://github.com/rust-lang/crates.io-index"
322
279
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
323
280
dependencies = [
324
- "libc 0.2.102 ",
281
+ "libc 0.2.112 ",
325
282
]
326
283
327
284
[[package]]
0 commit comments