From 4ca67c071c31f2759bb75de12822750ce61c0c96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 20:23:46 +0000 Subject: [PATCH] Bump libc from 0.2.112 to 0.2.153 in /app/rs Bumps [libc](https://github.com/rust-lang/libc) from 0.2.112 to 0.2.153. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.112...0.2.153) --- 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 7c4d38c..d752354 100644 --- a/app/rs/Cargo.lock +++ b/app/rs/Cargo.lock @@ -101,9 +101,9 @@ checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" [[package]] name = "libc" -version = "0.2.112" +version = "0.2.153" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125" +checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" [[package]] name = "log" diff --git a/app/rs/Cargo.toml b/app/rs/Cargo.toml index 42efb54..df57c4a 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.153" once_cell = "1.19.0"