From fccd59c0cc783edddec1b404363faabb009eecd6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 13:38:35 +0200 Subject: [PATCH] fix(deps): update rust crate reqwest to 0.12.0 (#6) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 08ac0d2..8484f77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ async-trait = "0.1.77" env_logger = "0.11.3" futures = "0.3.30" log = "0.4.21" -reqwest = { version = "0.11.24", features = ["json", "blocking", "stream"] } +reqwest = { version = "0.12.0", features = ["json", "blocking", "stream"] } serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.114" strum = "0.26.1"