Skip to content

Commit 50f56a9

Browse files
author
willr-republic
committed
update dependencies
1 parent 2147465 commit 50f56a9

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ keywords = ["cryptography"] # Up to five
1212
categories = ["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 = "2be2f80e2be1b4e29e31b125142770441aef89cf" }
1717

1818
thiserror = "^2.0"
1919

2020
[dev-dependencies]
2121
hex-literal = "^0.4.1"
2222
hex = "^0.4.3"
2323
version-sync = "^0.9.0"
24-
rand = "^0.8.5"
24+
rand = "^0.9.2"

src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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!

0 commit comments

Comments
 (0)