From 0b91af07a97e072b88163c487266bf468a32128e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Mar 2022 18:52:00 +0100 Subject: [PATCH] Bump libc from 0.2.119 to 0.2.121 (#622) Bumps [libc](https://github.com/rust-lang/libc) from 0.2.119 to 0.2.121. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.119...0.2.121) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c9b918e63..d7d4f6af4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -734,9 +734,9 @@ checksum = "7efd1d698db0759e6ef11a7cd44407407399a910c774dd804c64c032da7826ff" [[package]] name = "libc" -version = "0.2.119" +version = "0.2.121" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4" +checksum = "efaa7b300f3b5fe8eb6bf21ce3895e1751d9665086af2d64b42f19701015ff4f" [[package]] name = "libgit2-sys" diff --git a/Cargo.toml b/Cargo.toml index 2b4e420de..749da78bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ ansi_term = "0.12" [target.'cfg(not(windows))'.dependencies] base64 = "0.13.0" -libc = "0.2.119" +libc = "0.2.121" [dev-dependencies] more-asserts = "0.2"