From 062f962e4e4dfee685df8cc9f68fd6587657fa35 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 10:32:12 +0000 Subject: [PATCH] Bump fuse_mt from 0.5.0 to 0.5.1 Bumps [fuse_mt](https://github.com/wfraser/fuse-mt) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/wfraser/fuse-mt/releases) - [Changelog](https://github.com/wfraser/fuse-mt/blob/master/RELEASENOTES.md) - [Commits](https://github.com/wfraser/fuse-mt/compare/v0.5.0...v0.5.1) 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 0a85a38..54d14fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -62,9 +62,9 @@ dependencies = [ [[package]] name = "fuse_mt" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e63cd7846849c0edf7c8655b3e952848117b2670fa8054ea2fc123040577414b" +checksum = "594691fb765cf23933301a6b5b7962332cb0e29fdb2c15a92fc92039a4817afa" dependencies = [ "fuse", "libc",