File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ default = ["std", "grind_signatures"]
4343bitcoin = { version = " 0.30.2" , default-features = false , features = [" secp-recovery" ] }
4444
4545hashbrown = { version = " 0.13" , optional = true , default-features = false }
46- possiblyrandom = { version = " 0.1 " , optional = true , default-features = false }
46+ possiblyrandom = { version = " 0.2 " , optional = true , default-features = false }
4747hex = { package = " hex-conservative" , version = " 0.1.1" , default-features = false }
4848regex = { version = " 1.5.6" , optional = true }
4949backtrace = { version = " 0.3" , optional = true }
Original file line number Diff line number Diff line change 11[package ]
22name = " possiblyrandom"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44authors = [" Matt Corallo" ]
55license = " MIT OR Apache-2.0"
66repository = " https://github.com/lightningdevkit/rust-lightning/"
You can’t perform that action at this time.
0 commit comments