diff --git a/Cargo.lock b/Cargo.lock index bea22295d..bb8c8b61b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2261,9 +2261,9 @@ checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8" [[package]] name = "libc" -version = "0.2.155" +version = "0.2.158" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" +checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439" [[package]] name = "libm" diff --git a/image/Cargo.toml b/image/Cargo.toml index a1bf3c9e7..b55e3a485 100644 --- a/image/Cargo.toml +++ b/image/Cargo.toml @@ -15,4 +15,4 @@ image.workspace = true [target.'cfg(not(windows))'.dependencies] color_quant = "1.1.0" base64 = "0.22.1" -libc = "0.2.155" +libc = "0.2.158"