Bump memoffset from 0.5.4 to 0.5.6

Bumps [memoffset](https://github.com/Gilnaa/memoffset) from 0.5.4 to 0.5.6.
- [Release notes](https://github.com/Gilnaa/memoffset/releases)
- [Commits](https://github.com/Gilnaa/memoffset/compare/v0.5.4...v0.5.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-12-02 06:15:29 +00:00 committed by GitHub
parent 6fab7a7d84
commit 563f428923
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
Cargo.lock generated
View file

@ -1126,7 +1126,7 @@ dependencies = [
"crossbeam-utils 0.7.2",
"lazy_static",
"maybe-uninit",
"memoffset 0.5.4",
"memoffset 0.5.6",
"scopeguard",
]
@ -3608,9 +3608,9 @@ dependencies = [
[[package]]
name = "memoffset"
version = "0.5.4"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4fc2c02a7e374099d4ee95a193111f72d2110197fe200272371758f6c3643d8"
checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"
dependencies = [
"autocfg",
]