File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -14,30 +14,30 @@ build = "build.rs"
14
14
15
15
16
16
[dependencies ]
17
- petgraph = " 0.4.13 "
18
- smallvec = " 1.6 "
19
- hashbrown = " 0.9 "
17
+ petgraph = " 0.6 "
18
+ smallvec = " 1.7 "
19
+ hashbrown = " 0.11 "
20
20
lazy_static = " 1.4.0"
21
- regex = " 1.3 "
22
- regex-syntax = " 0.6.22 "
21
+ regex = " 1.5 "
22
+ regex-syntax = " 0.6.25 "
23
23
itoa = " 1.0"
24
24
ryu = " 1.0"
25
25
libc = " 0.2"
26
26
jemallocator = { version = " 0.3" , optional = true }
27
- rand = " 0.8.3 "
27
+ rand = " 0.8.4 "
28
28
lalrpop-util = " 0.19.6"
29
- unicode-xid = " 0.2.0 "
29
+ unicode-xid = " 0.2.2 "
30
30
llvm-sys = {version = " 120" , optional = true }
31
31
clap = " 3.0"
32
- crossbeam-channel = " 0.4 "
33
- crossbeam = " 0.7.3 "
34
- num_cpus = " 1.13.0 "
35
- cfg-if = " 0.1 "
32
+ crossbeam-channel = " 0.5 "
33
+ crossbeam = " 0.8.1 "
34
+ num_cpus = " 1.13.1 "
35
+ cfg-if = " 1.0 "
36
36
memchr = " 2.4"
37
37
grep-cli = " 0.1"
38
38
termcolor = " 1.1"
39
- itertools = " 0.9.0 "
40
- assert_cmd = " 1 .0.2 "
39
+ itertools = " 0.10 "
40
+ assert_cmd = " 2 .0.3 "
41
41
paste = " 1.0"
42
42
cranelift = " 0.75.0"
43
43
cranelift-codegen = " 0.75.0"
@@ -46,11 +46,11 @@ cranelift-module = "0.75.0"
46
46
cranelift-jit = " 0.75.0"
47
47
fast-float = " 0.2"
48
48
bumpalo = { version = " 3.6" , features = [" collections" ] }
49
- target-lexicon = " 0.12.1 "
49
+ target-lexicon = " 0.12.2 "
50
50
51
51
[dev-dependencies ]
52
- assert_cmd = " 1 .0.2 "
53
- tempfile = " 3.1.0 "
52
+ assert_cmd = " 2 .0.3 "
53
+ tempfile = " 3.3 "
54
54
55
55
56
56
[features ]
You can’t perform that action at this time.
0 commit comments