Skip to content

Commit

Permalink
Update Rust crate reqwest to 0.11.26
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 12, 2024
1 parent cbbf26d commit ead713b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Injection_AES_Loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion Injection_Rc4_Loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion http-https-requests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}
2 changes: 1 addition & 1 deletion memfd_create/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2021"

[dependencies]
libc = "0.2.153"
reqwest = {version = "0.11.25", features = ["blocking"]}
reqwest = {version = "0.11.26", features = ["blocking"]}

0 comments on commit ead713b

Please sign in to comment.