Skip to content

Commit fab97ec

Browse files
Update Rust crate rand to 0.9
1 parent a88bc67 commit fab97ec

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
@@ -38,7 +38,7 @@ futures = "0.3"
3838
clap = { version = "4.5.35", features = ["color", "derive"] }
3939
tabwriter = { version = "1", features = ["ansi_formatting"] }
4040
colored = "3"
41-
rand = "0.8"
41+
rand = "0.9"
4242
camino = { version = "1.1.9", features = ["serde1"] }
4343
reqwest = { version = "0.12.15", default-features = false }
4444
oxnet = { version = "0.1.1", default-features = false }

0 commit comments

Comments
 (0)