From 48c7c17215f1d30330da49726e3be6f3bb96079d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 19:45:24 +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 84aeb1dc..064ec20c 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 b73b59dc..b425b835 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.9.0" } mc-sgx-tstdc-sys-types = { path = "sys/types", version = "=0.9.0" }