From c02b866a3687662da93c1199fb2a60676e472fcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 10:47:59 +0000 Subject: [PATCH] Bump libc from 0.2.112 to 0.2.154 in /app/rs Bumps [libc](https://github.com/rust-lang/libc) from 0.2.112 to 0.2.154. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.112...0.2.154) --- 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..5d1201d 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.154" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125" +checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346" [[package]] name = "log" diff --git a/app/rs/Cargo.toml b/app/rs/Cargo.toml index 42efb54..917689d 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.154" once_cell = "1.19.0"