From ead713bad304e6483a216ccf6ae778417d1eb1a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 16:56:34 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.11.26 --- 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 549cdd7..1be8da2 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.11.25", features = ["blocking"]} +reqwest = {version = "0.11.26", 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 a10b44f..ed9320d 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.11.25", features = ["blocking"]} +reqwest = {version = "0.11.26", 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 6e4d8da..d4aa299 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.11.25", features = ["blocking"]} +reqwest = {version = "0.11.26", features = ["blocking"]} diff --git a/memfd_create/Cargo.toml b/memfd_create/Cargo.toml index de7aea3..fe53bca 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.11.25", features = ["blocking"]} \ No newline at end of file +reqwest = {version = "0.11.26", features = ["blocking"]} \ No newline at end of file