Skip to content

Commit

Permalink
chore: update bls-signatures to fix dependencies conflict (dashpay/rs…
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Nov 16, 2022
1 parent b227734 commit 6170668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rs-dpp/Cargo.toml
Expand Up @@ -23,7 +23,7 @@ env_logger = { version="0.9"}
log = { version="0.4"}
getrandom= { version="0.2", features=["js"]}
serde_repr = { version = "0.1.7" }
bls-signatures = { version = "0.11.3" }
bls-signatures = { version = "0.13.0" }
async-trait = { version = "0.1"}
hex = { version = "0.4"}
futures = { version ="0.3"}
Expand Down

0 comments on commit 6170668

Please sign in to comment.