Skip to content

Commit

Permalink
Update Rust crate libc to 0.2.154
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 30, 2024
1 parent e1b21d0 commit 4d7194a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion memN0ps/mimiRust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ winapi = { version = "0.3", features = ["bcrypt", "winnt", "minwindef", "ntdef",
winreg = "0.52.0"
kernel32-sys = "0.2.2"
memsec = "0.6.3"
libc = "0.2.153"
libc = "0.2.154"
byteorder = "1.5.0"
sysinfo = "0.30.11"
anyhow = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion memfd_create/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
libc = "0.2.153"
libc = "0.2.154"
reqwest = {version = "0.12.4", features = ["blocking"]}

0 comments on commit 4d7194a

Please sign in to comment.