Skip to content

Commit

Permalink
Update other dependencies.
Browse files Browse the repository at this point in the history
Update other dependencies.
  • Loading branch information
ghuls committed Jan 12, 2022
1 parent fcd0556 commit 78cd7ef
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,30 +14,30 @@ build = "build.rs"


[dependencies]
petgraph = "0.4.13"
smallvec = "1.6"
hashbrown = "0.9"
petgraph = "0.6"
smallvec = "1.7"
hashbrown = "0.11"
lazy_static = "1.4.0"
regex = "1.3"
regex-syntax = "0.6.22"
regex = "1.5"
regex-syntax = "0.6.25"
itoa = "1.0"
ryu = "1.0"
libc = "0.2"
jemallocator = { version = "0.3", optional = true }
rand = "0.8.3"
rand = "0.8.4"
lalrpop-util = "0.19.6"
unicode-xid = "0.2.0"
unicode-xid = "0.2.2"
llvm-sys = {version = "120", optional = true }
clap = "3.0"
crossbeam-channel = "0.4"
crossbeam = "0.7.3"
num_cpus = "1.13.0"
cfg-if = "0.1"
crossbeam-channel = "0.5"
crossbeam = "0.8.1"
num_cpus = "1.13.1"
cfg-if = "1.0"
memchr = "2.4"
grep-cli = "0.1"
termcolor = "1.1"
itertools = "0.9.0"
assert_cmd = "1.0.2"
itertools = "0.10"
assert_cmd = "2.0.3"
paste = "1.0"
cranelift = "0.75.0"
cranelift-codegen = "0.75.0"
Expand All @@ -46,11 +46,11 @@ cranelift-module = "0.75.0"
cranelift-jit = "0.75.0"
fast-float = "0.2"
bumpalo = { version = "3.6", features = ["collections"] }
target-lexicon = "0.12.1"
target-lexicon = "0.12.2"

[dev-dependencies]
assert_cmd = "1.0.2"
tempfile = "3.1.0"
assert_cmd = "2.0.3"
tempfile = "3.3"


[features]
Expand Down

0 comments on commit 78cd7ef

Please sign in to comment.