From c042f06de5b6860f91014008aa5108eb6b61a62b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Apr 2022 00:03:57 +0000 Subject: [PATCH] Bump libc from 0.2.120 to 0.2.122 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.120 to 0.2.122. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.120...0.2.122) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0164132..8035048 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -206,9 +206,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.120" +version = "0.2.122" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad5c14e80759d0939d013e6ca49930e59fc53dd8e5009132f76240c179380c09" +checksum = "ec647867e2bf0772e28c8bcde4f0d19a9216916e890543b5a03ed8ef27b8f259" [[package]] name = "log" diff --git a/Cargo.toml b/Cargo.toml index 6114835..df59517 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ structopt = "0.3" codicon = "3.0" colorful = "0.2.1" httparse = "1.6" -libc = "0.2.120" +libc = "0.2.122" native-tls = "0.2" url = "2.2" base64 = "0.13.0"