diff --git a/Cargo.toml b/Cargo.toml index 92706df..4fec28f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ hickory-resolver = { version = "0.25.1", features = ["tokio"] } http = "1.3.1" once_cell = "1.21.3" papaya = "0.2.1" -rand = "0.9.1" +rand = "0.10.0" serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140" tokio = { version = "1.44.2", features = ["net", "rt-multi-thread", "sync", "time"] }