From d255d5d1fd4fa1f3f39de0eb28fdc1969907dd72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 23:47:42 +0000 Subject: [PATCH] fix(deps): update rust crate reqwest to 0.13.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"