We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 099e871 commit 3626d39Copy full SHA for 3626d39
json/Cargo.toml
@@ -25,6 +25,6 @@ serde_with = "2.1.0"
25
serde_repr = "0.1"
26
hex = { version="0.4", features=["serde"]}
27
28
-dashcore = { git="https://github.com/dashpay/rust-dashcore.git", features=["std", "secp-recovery", "rand-std", "signer", "serde"], default-features = false, tag = "v0.35.0" }
+dashcore = { git="https://github.com/dashpay/rust-dashcore.git", features=["std", "secp-recovery", "rand-std", "signer", "serde"], default-features = false, tag = "v0.36.2" }
29
30
bincode = { version = "2.0.0-rc.3", features = ["serde"] }
0 commit comments