File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ keywords = ["cryptography"] # Up to five
1212categories = [" cryptography" ] # https://crates.io/category_slugs
1313
1414[dependencies ]
15- bc-rand = " ^0.4.0 "
16- bc-crypto = " ^0.9.0 "
15+ bc-rand = { git = " https://github.com/willrnch/bc-rand-rust.git " , rev = " f6c187b211a39f159567fc6981d1676f015f88d7 " }
16+ bc-crypto = { git = " https://github.com/willrnch/bc-crypto-rust.git " , rev = " c20a724259c7b3f4d8ec050035346a1f2262ca88 " }
1717
1818thiserror = " ^2.0"
1919
2020[dev-dependencies ]
2121hex-literal = " ^0.4.1"
2222hex = " ^0.4.3"
2323version-sync = " ^0.9.0"
24- rand = " ^0.8.5 "
24+ rand = " ^0.9.2 "
Original file line number Diff line number Diff line change @@ -94,10 +94,6 @@ mod tests {
9494 fn fill_bytes ( & mut self , _dest : & mut [ u8 ] ) {
9595 unimplemented ! ( )
9696 }
97-
98- fn try_fill_bytes ( & mut self , _dest : & mut [ u8 ] ) -> std:: result:: Result < ( ) , rand:: Error > {
99- unimplemented ! ( )
100- }
10197 }
10298
10399 // Testing purposes only!
You can’t perform that action at this time.
0 commit comments