From 959a1937a0338b061a11c711c9319a02fb7e7d38 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2020 00:16:43 +0000 Subject: [PATCH] Bump errno from 0.2.4 to 0.2.5 Bumps [errno](https://github.com/lambda-fairy/rust-errno) from 0.2.4 to 0.2.5. - [Release notes](https://github.com/lambda-fairy/rust-errno/releases) - [Commits](https://github.com/lambda-fairy/rust-errno/compare/v0.2.4...v0.2.5) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2f845c1d4..81c7cabab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -593,9 +593,9 @@ dependencies = [ [[package]] name = "errno" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2a071601ed01b988f896ab14b95e67335d1eeb50190932a1320f7fe3cadc84e" +checksum = "b480f641ccf0faf324e20c1d3e53d81b7484c698b42ea677f6907ae4db195371" dependencies = [ "errno-dragonfly", "libc",