From 6c55f3c6e91c42d6a6dcc347f530d4764eadd1d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 18:56:49 +0000 Subject: [PATCH] Bump libc from 0.2.112 to 0.2.169 in /app/rs Bumps [libc](https://github.com/rust-lang/libc) from 0.2.112 to 0.2.169. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.169/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.112...0.2.169) --- 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..f5d2471 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.169" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125" +checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" [[package]] name = "log" diff --git a/app/rs/Cargo.toml b/app/rs/Cargo.toml index 944735e..6497b56 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.169" once_cell = "1.19.0"