We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f238b commit 79bd184Copy full SHA for 79bd184
Cargo.toml
@@ -38,7 +38,7 @@ futures = "0.3"
38
clap = { version = "4.5.47", features = ["color", "derive"] }
39
tabwriter = { version = "1", features = ["ansi_formatting"] }
40
colored = "3"
41
-rand = "0.8"
+rand = "0.9"
42
camino = { version = "1.2.0", features = ["serde1"] }
43
reqwest = { version = "0.12.23", default-features = false }
44
oxnet = { version = "0.1.3", default-features = false }
0 commit comments