Skip to content

Commit f6dc77c

Browse files
committed
fix(deps): bump rand
1 parent 52c64c9 commit f6dc77c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ nusb = ["dep:nusb"]
2626
default = ["rusb"]
2727

2828
[dependencies]
29-
rand = "0.8"
29+
rand = "0.9"
3030
bitflags = "2.4"
3131
rusb = { version = "0.9", optional = true }
3232
nusb = { version = "0.1", optional = true }

0 commit comments

Comments
 (0)