Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
  • Loading branch information
daira committed Aug 15, 2021
1 parent 7d81964 commit 6916c3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ byteorder = "1"
subtle = "2.2.1"

# Multicore dependencies
crossbeam-channel = { version = "0.5", optional = true }
crossbeam-channel = { version = "0.5.1", optional = true }
lazy_static = { version = "1.4.0", optional = true }
log = { version = "0.4.8", optional = true }
num_cpus = { version = "1", optional = true }
rayon = { version = "1.3.0", optional = true }
log = { version = "0.4.14", optional = true }
num_cpus = { version = "1.13", optional = true }
rayon = { version = "1.5.1", optional = true }

[dev-dependencies]
bls12_381 = "0.5"
Expand Down

0 comments on commit 6916c3b

Please sign in to comment.