diff --git a/xp-bot/Cargo.toml b/xp-bot/Cargo.toml index c660542..cd02416 100644 --- a/xp-bot/Cargo.toml +++ b/xp-bot/Cargo.toml @@ -28,7 +28,7 @@ serenity = { version = "0.11.6", features = [ "collector", ], default-features = false } tokio = { version = "1", features = ["full"] } -base64 = "0.21.2" +base64 = "0.22.1" chrono = "0.4.26" serde_json = "1.0.104" rand = "0.8.5"