Skip to content

Commit 78cd7ef

Browse files
committed
Update other dependencies.
Update other dependencies.
1 parent fcd0556 commit 78cd7ef

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

Cargo.toml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,30 +14,30 @@ build = "build.rs"
1414

1515

1616
[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"
2020
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"
2323
itoa = "1.0"
2424
ryu = "1.0"
2525
libc = "0.2"
2626
jemallocator = { version = "0.3", optional = true }
27-
rand = "0.8.3"
27+
rand = "0.8.4"
2828
lalrpop-util = "0.19.6"
29-
unicode-xid = "0.2.0"
29+
unicode-xid = "0.2.2"
3030
llvm-sys = {version = "120", optional = true }
3131
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"
3636
memchr = "2.4"
3737
grep-cli = "0.1"
3838
termcolor = "1.1"
39-
itertools = "0.9.0"
40-
assert_cmd = "1.0.2"
39+
itertools = "0.10"
40+
assert_cmd = "2.0.3"
4141
paste = "1.0"
4242
cranelift = "0.75.0"
4343
cranelift-codegen = "0.75.0"
@@ -46,11 +46,11 @@ cranelift-module = "0.75.0"
4646
cranelift-jit = "0.75.0"
4747
fast-float = "0.2"
4848
bumpalo = { version = "3.6", features = ["collections"] }
49-
target-lexicon = "0.12.1"
49+
target-lexicon = "0.12.2"
5050

5151
[dev-dependencies]
52-
assert_cmd = "1.0.2"
53-
tempfile = "3.1.0"
52+
assert_cmd = "2.0.3"
53+
tempfile = "3.3"
5454

5555

5656
[features]

0 commit comments

Comments
 (0)