Skip to content

Commit

Permalink
dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Sep 24, 2021
1 parent 4cc4c27 commit c2803fc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ path = "benches/benchmarks.rs"
name = "benchmarks"

[dependencies]
bitflags = "*"
clap = "2.33.0"
bitflags = "1.3.2"
clap = "2.33.3"
ibig = "0.3.2"
num-traits = "0.2.14"
rayon = "1.5.0"
rustfst = "*"
rayon = "1.5.1"
rustfst = "0.8.1"
sesdiff = "0.3.0"
simple-error = "*"
simple-error = "0.2.3"

[dev-dependencies]
criterion = "0.3.4"
criterion = "0.3.5"

0 comments on commit c2803fc

Please sign in to comment.