diff --git a/memN0ps/mimiRust/Cargo.toml b/memN0ps/mimiRust/Cargo.toml index 3475dcc..6ac3c80 100644 --- a/memN0ps/mimiRust/Cargo.toml +++ b/memN0ps/mimiRust/Cargo.toml @@ -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" diff --git a/memfd_create/Cargo.toml b/memfd_create/Cargo.toml index 61636b3..960b733 100644 --- a/memfd_create/Cargo.toml +++ b/memfd_create/Cargo.toml @@ -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"]} \ No newline at end of file