From c0d872bda12a0c61664d21d2cc26d5f2e5a437b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 08:11:05 +0000 Subject: [PATCH] Bump libc from 0.2.112 to 0.2.158 in /app/rs Bumps [libc](https://github.com/rust-lang/libc) from 0.2.112 to 0.2.158. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.158/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.112...0.2.158) --- 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 7f402f2..3d29fd6 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.158" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125" +checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439" [[package]] name = "log" diff --git a/app/rs/Cargo.toml b/app/rs/Cargo.toml index 42efb54..234f3fb 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.158" once_cell = "1.19.0"