Skip to content

Commit e16e1d6

Browse files
Update Rust crate rand to 0.9
1 parent 39ac14b commit e16e1d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ futures = "0.3"
3939
clap = { version = "4.0.28", features = ["color", "derive"] }
4040
tabwriter = { version = "1", features = ["ansi_formatting"] }
4141
colored = "2"
42-
rand = "0.8"
42+
rand = "0.9"
4343
camino = { version = "1.1.1", features = ["serde1"] }
4444
reqwest = { version = "0.12.7", default-features = false }
4545
oxnet = { version = "0.1.0", default-features = false }

0 commit comments

Comments
 (0)