@@ -17,12 +17,6 @@ version = "0.8.0"
1717source = " registry+https://github.com/rust-lang/crates.io-index"
1818checksum = " 450575f58f7bee32816abbff470cbc47797397c2a81e0eaced4b98436daf52e1"
1919
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-
2620[[package ]]
2721name = " bitflags"
2822version = " 1.3.2"
@@ -35,15 +29,6 @@ version = "1.0.0"
3529source = " registry+https://github.com/rust-lang/crates.io-index"
3630checksum = " baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
3731
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-
4732[[package ]]
4833name = " fm"
4934version = " 0.1.4"
@@ -56,15 +41,15 @@ dependencies = [
5641[[package ]]
5742name = " gccjit"
5843version = " 1.0.0"
59- source = " git+https://github.com/antoyo/gccjit.rs#2d4fea7319f80531b2e5d264fca9f1c498a3a62e "
44+ source = " git+https://github.com/antoyo/gccjit.rs#0672b78d162d65b6f36ea4062947253affe9fdef "
6045dependencies = [
6146 " gccjit_sys" ,
6247]
6348
6449[[package ]]
6550name = " gccjit_sys"
6651version = " 0.0.1"
67- source = " git+https://github.com/antoyo/gccjit.rs#2d4fea7319f80531b2e5d264fca9f1c498a3a62e "
52+ source = " git+https://github.com/antoyo/gccjit.rs#0672b78d162d65b6f36ea4062947253affe9fdef "
6853dependencies = [
6954 " libc 0.1.12" ,
7055]
@@ -85,33 +70,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
8570checksum = " 7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
8671dependencies = [
8772 " cfg-if" ,
88- " libc 0.2.102 " ,
73+ " libc 0.2.112 " ,
8974 " wasi" ,
9075]
9176
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-
9877[[package ]]
9978name = " hermit-abi"
10079version = " 0.1.19"
10180source = " registry+https://github.com/rust-lang/crates.io-index"
10281checksum = " 62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
10382dependencies = [
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" ,
11584]
11685
11786[[package ]]
@@ -122,7 +91,7 @@ checksum = "96bd995a092cac79868250589869b5a5d656b02a02bd74c8ebdc566dc7203090"
12291dependencies = [
12392 " fm" ,
12493 " getopts" ,
125- " libc 0.2.102 " ,
94+ " libc 0.2.112 " ,
12695 " num_cpus" ,
12796 " termcolor" ,
12897 " threadpool" ,
@@ -138,9 +107,9 @@ checksum = "e32a70cf75e5846d53a673923498228bbec6a8624708a9ea5645f075d6276122"
138107
139108[[package ]]
140109name = " libc"
141- version = " 0.2.102 "
110+ version = " 0.2.112 "
142111source = " registry+https://github.com/rust-lang/crates.io-index"
143- checksum = " a2a5ac8f984bfcf3a823267e5fde638acc3325f6496633a5da6bb6eb2171e103 "
112+ checksum = " 1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125 "
144113
145114[[package ]]
146115name = " memchr"
@@ -155,33 +124,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
155124checksum = " 05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
156125dependencies = [
157126 " 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" ,
170128]
171129
172130[[package ]]
173131name = " ppv-lite86"
174- version = " 0.2.10 "
132+ version = " 0.2.15 "
175133source = " registry+https://github.com/rust-lang/crates.io-index"
176- checksum = " ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857 "
134+ checksum = " ed0cfbc8191465bed66e1718596ee0b0b35d5ee1f41c5df2189d0fe8bde535ba "
177135
178136[[package ]]
179137name = " rand"
180138version = " 0.8.4"
181139source = " registry+https://github.com/rust-lang/crates.io-index"
182140checksum = " 2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
183141dependencies = [
184- " libc 0.2.102 " ,
142+ " libc 0.2.112 " ,
185143 " rand_chacha" ,
186144 " rand_core" ,
187145 " rand_hc" ,
@@ -257,7 +215,6 @@ dependencies = [
257215 " ar" ,
258216 " gccjit" ,
259217 " lang_tester" ,
260- " object" ,
261218 " target-lexicon" ,
262219 " tempfile" ,
263220]
@@ -284,7 +241,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
284241checksum = " dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
285242dependencies = [
286243 " cfg-if" ,
287- " libc 0.2.102 " ,
244+ " libc 0.2.112 " ,
288245 " rand" ,
289246 " redox_syscall" ,
290247 " remove_dir_all" ,
@@ -321,7 +278,7 @@ version = "0.2.0"
321278source = " registry+https://github.com/rust-lang/crates.io-index"
322279checksum = " 9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
323280dependencies = [
324- " libc 0.2.102 " ,
281+ " libc 0.2.112 " ,
325282]
326283
327284[[package ]]
0 commit comments