From bb1fc61a389f34c5b4ac6d21834d113ec7c232af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 07:34:08 +0000 Subject: [PATCH] Bump libc from 0.2.142 to 0.2.146 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.142 to 0.2.146. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.142...0.2.146) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- image/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b881eb844..693e3fad3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2249,9 +2249,9 @@ checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8" [[package]] name = "libc" -version = "0.2.142" +version = "0.2.146" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317" +checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b" [[package]] name = "libgit2-sys" diff --git a/image/Cargo.toml b/image/Cargo.toml index bcf94444b..e449fd672 100644 --- a/image/Cargo.toml +++ b/image/Cargo.toml @@ -16,4 +16,4 @@ image = "0.24.6" [target.'cfg(not(windows))'.dependencies] color_quant = "1.1.0" base64 = "0.21.2" -libc = "0.2.137" +libc = "0.2.146"