From a141e642439e5975bc08621d73091d1d2ff3d679 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 03:23:16 +0000 Subject: [PATCH] chore(deps): bump libc from 0.2.156 to 0.2.157 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.156 to 0.2.157. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.157/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.156...0.2.157) --- 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 f857821..2a0a512 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1257,9 +1257,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" -version = "0.2.156" +version = "0.2.157" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5f43f184355eefb8d17fc948dbecf6c13be3c141f20d834ae842193a448c72a" +checksum = "374af5f94e54fa97cf75e945cce8a6b201e88a1a07e688b47dfd2a59c66dbd86" [[package]] name = "libmimalloc-sys" diff --git a/Cargo.toml b/Cargo.toml index b19b0ac..6b73a88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ lasso = { version = "0.7.2", features = [ "inline-more", "multi-threaded", ] } -libc = "0.2.156" +libc = "0.2.157" md-5 = "0.10.6" memchr = "2.7.4" mimalloc = "0.1.43"