From 054c83b832dd229c720cd593cf213353bd3cd9d0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 28 May 2020 08:12:09 +0000 Subject: [PATCH] Bump memoffset from 0.5.1 to 0.5.4 Bumps [memoffset](https://github.com/Gilnaa/memoffset) from 0.5.1 to 0.5.4. - [Release notes](https://github.com/Gilnaa/memoffset/releases) - [Commits](https://github.com/Gilnaa/memoffset/compare/v0.5.1...v0.5.4) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0cd1c4bedd8..629f168da57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3380,11 +3380,11 @@ dependencies = [ [[package]] name = "memoffset" -version = "0.5.1" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce6075db033bbbb7ee5a0bbd3a3186bbae616f57fb001c485c7ff77955f8177f" +checksum = "b4fc2c02a7e374099d4ee95a193111f72d2110197fe200272371758f6c3643d8" dependencies = [ - "rustc_version", + "autocfg", ] [[package]]