From 6410d31eabd0eb0ef4288702d7dd85651ec2e5bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 19:16:42 +0000 Subject: [PATCH] Update Rust crate reqwest to v0.12.4 --- src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 6d0e070..97bcf19 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -21,7 +21,7 @@ nom = "=7.1.3" notify = "=6.1.1" oauth2 = "=4.4.2" regex = "=1.10.4" -reqwest = { version = "=0.11.23", features = ["json", "multipart"] } +reqwest = { version = "=0.12.4", features = ["json", "multipart"] } rev_lines = "=0.3.0" serde_json = "=1.0.115" serde = { version = "=1.0.197", features = ["derive"] }