Skip to content

Commit 5a4376f

Browse files
committed
cargo update
1 parent 563c2e8 commit 5a4376f

File tree

2 files changed

+73
-55
lines changed

2 files changed

+73
-55
lines changed

Cargo.lock

Lines changed: 72 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/bin/diode-flood-test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ fn start<D>(mut diode: D, buffer_size: usize)
5858
where
5959
D: Write,
6060
{
61-
let mut thread_rng = rand::thread_rng();
61+
let mut thread_rng = rand::rng();
6262
let mut buffer = vec![0u8; buffer_size];
6363
thread_rng.fill_bytes(&mut buffer);
6464

0 commit comments

Comments
 (0)