From 1b855fc3dbc45e061226b0a555b6dc617277e3b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 16:35:05 +0000 Subject: [PATCH] fix(deps): update rust crate libc to v0.2.152 --- src/Cargo.lock | 4 ++-- src/init/Cargo.lock | 4 ++-- src/init/Cargo.toml | 2 +- src/qos_aws/Cargo.lock | 4 ++-- src/qos_aws/Cargo.toml | 2 +- src/qos_core/Cargo.toml | 2 +- src/qos_enclave/Cargo.lock | 4 ++-- src/qos_enclave/Cargo.toml | 2 +- src/qos_system/Cargo.lock | 4 ++-- src/qos_system/Cargo.toml | 2 +- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/Cargo.lock b/src/Cargo.lock index 31ee6da77..c7b1c2ebb 100644 --- a/src/Cargo.lock +++ b/src/Cargo.lock @@ -902,9 +902,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.148" +version = "0.2.152" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b" +checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7" [[package]] name = "libm" diff --git a/src/init/Cargo.lock b/src/init/Cargo.lock index 48eef0e41..005d1eabc 100644 --- a/src/init/Cargo.lock +++ b/src/init/Cargo.lock @@ -476,9 +476,9 @@ checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc" [[package]] name = "libc" -version = "0.2.148" +version = "0.2.152" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b" +checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7" [[package]] name = "log" diff --git a/src/init/Cargo.toml b/src/init/Cargo.toml index 3838872aa..c3d9eca68 100644 --- a/src/init/Cargo.toml +++ b/src/init/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" publish = false [dependencies] -libc = "0.2.148" +libc = "0.2.152" qos_aws = { path = "../qos_aws"} qos_system = { path = "../qos_system"} qos_core = { path = "../qos_core", features = ["vm"], default-features = false } diff --git a/src/qos_aws/Cargo.lock b/src/qos_aws/Cargo.lock index 6507a97e0..ba8431137 100644 --- a/src/qos_aws/Cargo.lock +++ b/src/qos_aws/Cargo.lock @@ -105,9 +105,9 @@ checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440" [[package]] name = "libc" -version = "0.2.148" +version = "0.2.152" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b" +checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7" [[package]] name = "log" diff --git a/src/qos_aws/Cargo.toml b/src/qos_aws/Cargo.toml index 444b6115a..b7daeb92c 100644 --- a/src/qos_aws/Cargo.toml +++ b/src/qos_aws/Cargo.toml @@ -7,7 +7,7 @@ publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -libc = "0.2.148" +libc = "0.2.152" nsm_lib = { git = "https://github.com/aws/aws-nitro-enclaves-nsm-api.git/", package="nsm-lib", rev = "f9422662d02ad089b5132cfcdbe3496365ab4818" } nsm_api = { git = "https://github.com/aws/aws-nitro-enclaves-nsm-api.git/", package="aws-nitro-enclaves-nsm-api", rev = "f9422662d02ad089b5132cfcdbe3496365ab4818" } qos_system = { path = "../qos_system"} diff --git a/src/qos_core/Cargo.toml b/src/qos_core/Cargo.toml index d26930647..0969c6935 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.148" +libc = "=0.2.152" borsh = { version = "0.10" } # For AWS Nitro diff --git a/src/qos_enclave/Cargo.lock b/src/qos_enclave/Cargo.lock index 1578b8557..6955ef311 100644 --- a/src/qos_enclave/Cargo.lock +++ b/src/qos_enclave/Cargo.lock @@ -840,9 +840,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.148" +version = "0.2.152" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b" +checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7" [[package]] name = "libloading" diff --git a/src/qos_enclave/Cargo.toml b/src/qos_enclave/Cargo.toml index d9e72a034..591136f51 100644 --- a/src/qos_enclave/Cargo.toml +++ b/src/qos_enclave/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] nitro-cli = { git = "https://github.com/aws/aws-nitro-enclaves-cli", version = "1.2.2" } -libc = "0.2.148" +libc = "0.2.152" [features] default = [] diff --git a/src/qos_system/Cargo.lock b/src/qos_system/Cargo.lock index 1654d0883..9e72d7905 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.148" +version = "0.2.152" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b" +checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7" [[package]] name = "qos_system" diff --git a/src/qos_system/Cargo.toml b/src/qos_system/Cargo.toml index 0023c705f..d13b13cd0 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.148" +libc = "=0.2.152"