Skip to content

Commit

Permalink
Update Rust crate clap to 4.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2024
1 parent cdc0d18 commit 02c747d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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.13"
clap = "4.4.14"
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.13", features = ["derive"] }
clap = { version = "4.4.14", 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.13", features = ["derive"] }
clap = { version = "4.4.14", features = ["derive"] }
whoami = "1.4.1"
md-5 = "0.10.6"
console = "0.15.7"
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.13", features = ["derive"] }
clap = { version = "4.4.14", features = ["derive"] }
ureq = "2.9.1"
anyhow = "1.0.79"

0 comments on commit 02c747d

Please sign in to comment.