From 0715c448f52bf8f0a95740bab1c4beeef20496d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 08:11:34 +0000 Subject: [PATCH] build(deps): bump libc from 0.2.164 to 0.2.169 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.164 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.164...0.2.169) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c89d9660..70c3216f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -820,9 +820,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.164" +version = "0.2.169" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "433bfe06b8c75da9b2e3fbea6e5329ff87748f0b144ef75306e674c3f6f7c13f" +checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" [[package]] name = "libm" diff --git a/Cargo.toml b/Cargo.toml index 675dddd7..914504e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ bitfield = "^0.15" uuid = { version = "^1.11", features = ["serde"] } bincode = "^1.3" hex = "0.4.3" -libc = "0.2.161" +libc = "0.2.169" lazy_static = "1.4.0" p384 = { version = "0.13.0", optional = true } rsa = { version = "0.9.6", optional = true }