From ac22f8ec2fe16f493ef70e79db35c3bdb68b13de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 07:00:44 -0800 Subject: [PATCH] Bump libc from 0.2.168 to 0.2.169 (#1210) --- Cargo.lock | 4 ++-- dropshot/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6025eeec..112a58c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -973,9 +973,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" -version = "0.2.168" +version = "0.2.169" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d" +checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" [[package]] name = "linux-raw-sys" diff --git a/dropshot/Cargo.toml b/dropshot/Cargo.toml index a8b46696..39c855c7 100644 --- a/dropshot/Cargo.toml +++ b/dropshot/Cargo.toml @@ -98,7 +98,7 @@ expectorate = "1.1.0" hyper-rustls = "0.26.0" hyper-staticfile = "0.10" lazy_static = "1.5.0" -libc = "0.2.168" +libc = "0.2.169" mime_guess = "2.0.5" subprocess = "0.2.9" tempfile = "3.14"