From 72a85b8d679eec2b9e3d747b1fd645e935d19dcb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 15:25:08 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.12.3 --- Injection_AES_Loader/Cargo.toml | 2 +- Injection_Rc4_Loader/Cargo.toml | 2 +- http-https-requests/Cargo.toml | 2 +- memfd_create/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Injection_AES_Loader/Cargo.toml b/Injection_AES_Loader/Cargo.toml index 06f7041..2f6e9ff 100644 --- a/Injection_AES_Loader/Cargo.toml +++ b/Injection_AES_Loader/Cargo.toml @@ -7,6 +7,6 @@ author = "trickster0" [dependencies] ntapi = "0.4.1" -reqwest = {version = "0.12.2", features = ["blocking"]} +reqwest = {version = "0.12.3", features = ["blocking"]} winapi = {version = "0.3.9", features = ["wincon"]} libaes = "0.7.0" diff --git a/Injection_Rc4_Loader/Cargo.toml b/Injection_Rc4_Loader/Cargo.toml index 6bfd616..8fe1e9c 100644 --- a/Injection_Rc4_Loader/Cargo.toml +++ b/Injection_Rc4_Loader/Cargo.toml @@ -8,7 +8,7 @@ author = "n00b" [dependencies] ntapi = "0.4.1" -reqwest = {version = "0.12.2", features = ["blocking"]} +reqwest = {version = "0.12.3", features = ["blocking"]} winapi = {version = "0.3.9", features = ["wincon"]} libaes = "0.7.0" rust-crypto = "0.2.36" diff --git a/http-https-requests/Cargo.toml b/http-https-requests/Cargo.toml index 95776f0..c55faac 100644 --- a/http-https-requests/Cargo.toml +++ b/http-https-requests/Cargo.toml @@ -6,4 +6,4 @@ author = "trickster0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -reqwest = {version = "0.12.2", features = ["blocking"]} +reqwest = {version = "0.12.3", features = ["blocking"]} diff --git a/memfd_create/Cargo.toml b/memfd_create/Cargo.toml index e95eaad..33e5a3f 100644 --- a/memfd_create/Cargo.toml +++ b/memfd_create/Cargo.toml @@ -7,4 +7,4 @@ edition = "2021" [dependencies] libc = "0.2.153" -reqwest = {version = "0.12.2", features = ["blocking"]} \ No newline at end of file +reqwest = {version = "0.12.3", features = ["blocking"]} \ No newline at end of file