From 9aaae3d0ac66821a2058dd00de247d5dd08ac94d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 17:55:27 +0000 Subject: [PATCH] Bump libc from 0.2.159 to 0.2.161 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.159 to 0.2.161. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.161/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.159...0.2.161) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- dropshot/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2f4e2abe..1ea58229 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -980,9 +980,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" -version = "0.2.159" +version = "0.2.161" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5" +checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1" [[package]] name = "linux-raw-sys" diff --git a/dropshot/Cargo.toml b/dropshot/Cargo.toml index 410ab022..3843d60f 100644 --- a/dropshot/Cargo.toml +++ b/dropshot/Cargo.toml @@ -97,7 +97,7 @@ expectorate = "1.1.0" hyper-rustls = "0.26.0" hyper-staticfile = "0.10" lazy_static = "1.5.0" -libc = "0.2.159" +libc = "0.2.161" mime_guess = "2.0.5" subprocess = "0.2.9" tempfile = "3.13"