Skip to content

Commit fb39b9f

Browse files
author
willr-republic
committed
update dependencies
1 parent 15eeeca commit fb39b9f

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-shamir = "^0.8.0"
15+
bc-rand = { git = "https://github.com/willrnch/bc-rand-rust.git", rev = "f6c187b211a39f159567fc6981d1676f015f88d7" }
16+
bc-shamir = { git = "https://github.com/willrnch/bc-shamir-rust.git", rev = "50f56a98aebf3cdd8097390cfe4ce66e1708be35" }
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
@@ -107,10 +107,6 @@ mod tests {
107107
fn fill_bytes(&mut self, _dest: &mut [u8]) {
108108
unimplemented!()
109109
}
110-
111-
fn try_fill_bytes(&mut self, _dest: &mut [u8]) -> std::result::Result<(), rand::Error> {
112-
unimplemented!()
113-
}
114110
}
115111

116112
// Testing purposes only!

0 commit comments

Comments
 (0)