diff --git a/Cargo.toml b/Cargo.toml index 1b92bf4a..a9edfc25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ paste = "1.0.15" pbjson-types = "0.7.0" prometheus = "0.13.4" prost = "0.13.1" -rand = "0.8.5" +rand = "0.9.0" reqwest = { version = "0.12.7", default-features = false, features = ["rustls-tls-native-roots"] } schemars = { version = "0.8.21", features = ["chrono"] } serde = { version = "1.0.208", features = ["derive"] }