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
12
12
categories = [" cryptography" ] # https://crates.io/category_slugs
13
13
14
14
[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 = " 2be2f80e2be1b4e29e31b125142770441aef89cf " }
17
17
18
18
thiserror = " ^2.0"
19
19
20
20
[dev-dependencies ]
21
21
hex-literal = " ^0.4.1"
22
22
hex = " ^0.4.3"
23
23
version-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 {
94
94
fn fill_bytes ( & mut self , _dest : & mut [ u8 ] ) {
95
95
unimplemented ! ( )
96
96
}
97
-
98
- fn try_fill_bytes ( & mut self , _dest : & mut [ u8 ] ) -> std:: result:: Result < ( ) , rand:: Error > {
99
- unimplemented ! ( )
100
- }
101
97
}
102
98
103
99
// Testing purposes only!
You can’t perform that action at this time.
0 commit comments