diff --git a/Cargo.toml b/Cargo.toml index 455f5ede..0c3a7ef1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ serde = { version = "=1.0.217", features = ["derive"] } serde_json = "=1.0.138" palette = { version = "=0.7.6", features = ["serializing"] } async-trait = "=0.1.86" -rand = "=0.8.5" +rand = "=0.9.0" warp = "=0.3.7" serde_path_to_error = "=0.1.16" tokio = { version = "=1.43.0", features = ["full"] }