diff --git a/Cargo.toml b/Cargo.toml index 4c66e3c..1703227 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ futures = "0.3" clap = { version = "4.5.49", features = ["color", "derive"] } tabwriter = { version = "1", features = ["ansi_formatting"] } colored = "3" -rand = "0.8" +rand = "0.9" camino = { version = "1.2.1", features = ["serde1"] } reqwest = { version = "0.12.24", default-features = false } oxnet = { version = "0.1.3", default-features = false }