From 69e5af177e7f824ad612bdc9a415dd2c3f844b8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 18:40:11 +0000 Subject: [PATCH] Bump libc from 0.2.112 to 0.2.159 in /app/rs Bumps [libc](https://github.com/rust-lang/libc) from 0.2.112 to 0.2.159. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.159/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.112...0.2.159) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/rs/Cargo.lock | 4 ++-- app/rs/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/rs/Cargo.lock b/app/rs/Cargo.lock index cb4dfe5..c9bdd9e 100644 --- a/app/rs/Cargo.lock +++ b/app/rs/Cargo.lock @@ -123,9 +123,9 @@ checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" [[package]] name = "libc" -version = "0.2.112" +version = "0.2.159" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125" +checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5" [[package]] name = "log" diff --git a/app/rs/Cargo.toml b/app/rs/Cargo.toml index 944735e..8d1cd8e 100644 --- a/app/rs/Cargo.toml +++ b/app/rs/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["cdylib"] [dependencies] -libc = "0.2.112" +libc = "0.2.159" once_cell = "1.19.0"