diff --git a/Cargo.toml b/Cargo.toml index a362379..fff1444 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] anyhow = { version = "1.0.86", features = ["backtrace"] } if-addrs = "0.13.0" -rand = "0.8.5" +rand = "0.9.0" chrono = "0.4.38" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.120"