diff --git a/Cargo.toml b/Cargo.toml index fc84103..2f8b1ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ log = "0.4.22" once_cell = "1.19.0" poise = { git = "https://github.com/serenity-rs/poise", branch = "serenity-next", version = "0.6.1", features = ["cache"] } regex = "1.10.6" -reqwest = { version = "0.12.18", features = ["json"] } +reqwest = { version = "0.13.0", features = ["json"] } rusty_v8 = { version = "0.32.1", optional = true } serde = { version = "1.0.204", features = ["derive"] } serde_json = "1.0.122"