From 4ac2f0fcae9a6984c0826724861e599c8e8bf1ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 18:27:41 +0000 Subject: [PATCH] chore(deps): bump libc from 0.2.147 to 0.2.149 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.147 to 0.2.149. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.147...0.2.149) --- 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..82a4e2ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -442,9 +442,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.147" +version = "0.2.149" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" +checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b" [[package]] name = "libloading" diff --git a/tstdc/Cargo.toml b/tstdc/Cargo.toml index ee9f40e8..d2636303 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.149", 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" }