diff --git a/xp-bot/Cargo.toml b/xp-bot/Cargo.toml index cd02416..17c8677 100644 --- a/xp-bot/Cargo.toml +++ b/xp-bot/Cargo.toml @@ -31,6 +31,6 @@ tokio = { version = "1", features = ["full"] } base64 = "0.22.1" chrono = "0.4.26" serde_json = "1.0.104" -rand = "0.8.5" +rand = "0.9.0" chrono-humanize = "0.2.3" regex = "1.9.4"