Skip to content

Commit

Permalink
Update Rust crate sysinfo to 0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 6, 2024
1 parent 6f006cd commit dfde58d
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion memN0ps/arsenal-rs/rdi-rs/inject/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
sysinfo = "0.31.0"
sysinfo = "0.32.0"
log = "0.4.21"
env_logger = "0.11.3"

Expand Down
2 changes: 1 addition & 1 deletion memN0ps/arsenal-rs/shellcode_runner_classic-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
sysinfo = "0.31.0"
sysinfo = "0.32.0"
ntapi = "0.4.1"
winapi = { version = "0.3.9", features = ["ntdef", "ntstatus", "impl-default", "basetsd"] }
libaes = "0.7.0"
2 changes: 1 addition & 1 deletion memN0ps/eagle-rs/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ edition = "2021"

[dependencies]
winapi = { version = "0.3.9", features = ["processthreadsapi", "memoryapi", "winbase", "impl-default", "errhandlingapi", "fileapi", "winioctl"] }
sysinfo = "0.31.0"
sysinfo = "0.32.0"
clap = { version = "4.5.4", 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 @@ -10,7 +10,7 @@ kernel32-sys = "0.2.2"
memsec = "0.7.0"
libc = "0.2.154"
byteorder = "1.5.0"
sysinfo = "0.31.0"
sysinfo = "0.32.0"
anyhow = "1.0.82"
aes = "0.8.4"
block-modes = "0.9.1"
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 @@ -10,7 +10,7 @@ name = "loader"

[dependencies]
winapi = { version = "0.3.9", features = ["processthreadsapi", "memoryapi", "winbase", "impl-default", "errhandlingapi", "handleapi", "winuser", "heapapi", "impl-default"] }
sysinfo = "0.31.0"
sysinfo = "0.32.0"
clap = { version = "4.5.4", features = ["derive"] }
ureq = "2.9.7"
anyhow = "1.0.82"
2 changes: 1 addition & 1 deletion memN0ps/mordor-rs/freshycalls_syswhispers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ _DIRECT_ = []
[dependencies]
env_logger = "0.11.3"
log = "0.4.21"
sysinfo = "0.31.0"
sysinfo = "0.32.0"
obfstr = "0.4.3"
ntapi = { version = "0.4.1", features = ["impl-default"] }

Expand Down
2 changes: 1 addition & 1 deletion memN0ps/mordor-rs/hells_halos_tartarus_gate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
env_logger = "0.11.3"
log = "0.4.21"
sysinfo = "0.31.0"
sysinfo = "0.32.0"
obfstr = "0.4.3"
ntapi = "0.4.1"

Expand Down
2 changes: 1 addition & 1 deletion memN0ps/pemadness-rs/pemadness/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ strip = true # Automatically strip symbols from the binary.
[dependencies]
env_logger = "0.11.3"
log = "0.4.21"
sysinfo = "0.31.0"
sysinfo = "0.32.0"
obfstr = "0.4.3"
ntapi = "0.4.1"

Expand Down
2 changes: 1 addition & 1 deletion memN0ps/srdi-rs/generate_shellcode/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
sysinfo = "0.31.0"
sysinfo = "0.32.0"
log = "0.4.21"
env_logger = "0.11.3"

Expand Down
2 changes: 1 addition & 1 deletion memN0ps/srdi-rs/inject/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
sysinfo = "0.31.0"
sysinfo = "0.32.0"
log = "0.4.21"
env_logger = "0.11.3"

Expand Down

0 comments on commit dfde58d

Please sign in to comment.