Skip to content

Commit

Permalink
Update Rust crate clap to 4.4.16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 12, 2024
1 parent b6598c4 commit 6042459
Show file tree
Hide file tree
Showing 5 changed files with 89 additions and 23 deletions.
104 changes: 85 additions & 19 deletions Process_Injection_CreateThread/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Process_Injection_CreateThread/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ winapi = {version = "0.3.9", features=[
]}
winreg = "0.52"
argparse = "0.2.2"
clap = "4.4.15"
clap = "4.4.16"
2 changes: 1 addition & 1 deletion memN0ps/eagle-rs/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ edition = "2021"
[dependencies]
winapi = { version = "0.3.9", features = ["processthreadsapi", "memoryapi", "winbase", "impl-default", "errhandlingapi", "fileapi", "winioctl"] }
sysinfo = "0.30.5"
clap = { version = "4.4.15", features = ["derive"] }
clap = { version = "4.4.16", features = ["derive"] }
common = { path = "../common" }
2 changes: 1 addition & 1 deletion memN0ps/mimiRust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ aes = "0.8.3"
block-modes = "0.9.1"
des = "0.8.1"
regex = "1.10.2"
clap = { version = "4.4.15", features = ["derive"] }
clap = { version = "4.4.16", features = ["derive"] }
whoami = "1.4.1"
md-5 = "0.10.6"
console = "0.15.8"
Expand Down
2 changes: 1 addition & 1 deletion memN0ps/mmapper-rs/loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ name = "loader"
[dependencies]
winapi = { version = "0.3.9", features = ["processthreadsapi", "memoryapi", "winbase", "impl-default", "errhandlingapi", "handleapi", "winuser", "heapapi", "impl-default"] }
sysinfo = "0.30.5"
clap = { version = "4.4.15", features = ["derive"] }
clap = { version = "4.4.16", features = ["derive"] }
ureq = "2.9.1"
anyhow = "1.0.79"

0 comments on commit 6042459

Please sign in to comment.