From 46086bd2a4cdc24991e2bc3ac06817ecded28a97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 09:39:26 +0000 Subject: [PATCH] fix(deps): update rust crate reqwest to 0.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4107290..e005e3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ bytes = "1.0" snafu = { version = "0.6", features = ["backtraces", "futures"] } mime_guess = "2.0" mime = "0.3" -reqwest = "0.11" +reqwest = "0.12" log = "0.4" crc32c = "0.6" base64 = "0.13"