From af52cbb98f6975ac1ccec68e6c6f46ef1fdbb98f Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 17 Oct 2024 13:01:08 +0000
Subject: [PATCH] Update Rust crate libc to v0.2.160

---
 src/Cargo.lock            | 4 ++--
 src/qos_core/Cargo.toml   | 2 +-
 src/qos_system/Cargo.lock | 4 ++--
 src/qos_system/Cargo.toml | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/Cargo.lock b/src/Cargo.lock
index ab5ef970..251f4135 100644
--- a/src/Cargo.lock
+++ b/src/Cargo.lock
@@ -1220,9 +1220,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 
 [[package]]
 name = "libc"
-version = "0.2.149"
+version = "0.2.160"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
+checksum = "f0b21006cd1874ae9e650973c565615676dc4a274c965bb0a73796dac838ce4f"
 
 [[package]]
 name = "libloading"
diff --git a/src/qos_core/Cargo.toml b/src/qos_core/Cargo.toml
index 74700295..20ffb375 100644
--- a/src/qos_core/Cargo.toml
+++ b/src/qos_core/Cargo.toml
@@ -11,7 +11,7 @@ qos_p256 = { path = "../qos_p256" }
 qos_nsm = { path = "../qos_nsm", default-features = false }
 
 nix = { version = "0.26", features = ["socket"], default-features = false }
-libc = "=0.2.149"
+libc = "=0.2.160"
 borsh = { version = "1.0", features = ["std", "derive"] , default-features = false}
 
 # For AWS Nitro
diff --git a/src/qos_system/Cargo.lock b/src/qos_system/Cargo.lock
index 2dd8402a..f5e997a1 100644
--- a/src/qos_system/Cargo.lock
+++ b/src/qos_system/Cargo.lock
@@ -4,9 +4,9 @@ version = 3
 
 [[package]]
 name = "libc"
-version = "0.2.149"
+version = "0.2.160"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
+checksum = "f0b21006cd1874ae9e650973c565615676dc4a274c965bb0a73796dac838ce4f"
 
 [[package]]
 name = "qos_system"
diff --git a/src/qos_system/Cargo.toml b/src/qos_system/Cargo.toml
index a8cf066c..70d08c50 100644
--- a/src/qos_system/Cargo.toml
+++ b/src/qos_system/Cargo.toml
@@ -7,4 +7,4 @@ publish = false
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-libc = "=0.2.149"
\ No newline at end of file
+libc = "=0.2.160"
\ No newline at end of file