From 916d277afb80c31b5c934c01f4b56d7fc78dc967 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 19:48:03 +0000 Subject: [PATCH] build(deps): bump libc from 0.2.132 to 0.2.151 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.132 to 0.2.151. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.132...0.2.151) --- 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 e01e2bc..eef845f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -124,9 +124,9 @@ checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754" [[package]] name = "libc" -version = "0.2.132" +version = "0.2.151" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8371e4e5341c3a96db127eb2465ac681ced4c433e01dd0e938adbef26ba93ba5" +checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4" [[package]] name = "log" diff --git a/Cargo.toml b/Cargo.toml index 23bfc03..b6a1100 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ byteorder = "1.4.3" log = "0.4.17" simplelog = "0.12.0" unchecked-index = "0.2.2" -libc = "0.2.132" +libc = "0.2.151" crc32c-hw = "0.1.3" modular-bitfield = "0.11.2" clap = { version = "3.2.17", features = ["derive"] }