From 165de042c45227bb00364952ba594980a3a3148d Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Sun, 31 Aug 2025 14:23:32 +0200 Subject: [PATCH] update reqwest version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c153d82..4c78ec7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ url = "2" percent-encoding = "2.1" [dependencies.reqwest] -version = "0.11.0" +version = "0.12" optional = true features = ["blocking"]