Skip to content

Commit

Permalink
consensus: Update dependencies
Browse files Browse the repository at this point in the history
- dusk-bls12_381-sign to 0.5
  • Loading branch information
moCello committed Oct 14, 2023
1 parent f90c8f6 commit 0cdb846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rand = { version = "0.8", default-features = false, features = ["std_rng"] }
tokio = { version = "1", features = ["full"] }
tracing-subscriber = "0.2"
tracing = "0.1"
dusk-bls12_381-sign = { version = "0.4" }
dusk-bls12_381-sign = { version = "0.5" }
sha3 = { version = "0.10" }
num-bigint = { version = "0.4.3", default-features = false }
hex = { version = "0.4.3" }
Expand Down

0 comments on commit 0cdb846

Please sign in to comment.