From 899aea1c4d914432e1e1c5a6bc1792ebff546994 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 20:13:16 +0000 Subject: [PATCH] chore(deps): bump libc from 0.2.147 to 0.2.148 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.147 to 0.2.148. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.147...0.2.148) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- tstdc/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5c688fd1..d17e7c84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -442,9 +442,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.147" +version = "0.2.148" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" +checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b" [[package]] name = "libloading" diff --git a/tstdc/Cargo.toml b/tstdc/Cargo.toml index ee9f40e8..e648474c 100644 --- a/tstdc/Cargo.toml +++ b/tstdc/Cargo.toml @@ -18,6 +18,6 @@ doctest = false [dependencies] displaydoc = { version = "0.2.3", default-features = false } -libc = { version = "0.2.139", default-features = false } +libc = { version = "0.2.148", default-features = false } mc-sgx-tstdc-sys = { path = "sys", version = "=0.8.0" } mc-sgx-tstdc-sys-types = { path = "sys/types", version = "=0.8.0" }