summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-06 11:11:45 +0000
committerSascha Grunert <sgrunert@redhat.com>2021-12-06 13:56:00 +0100
commita4dfbbdd4681af0058fa07a7043b48ae8992c23c (patch)
tree119ede438d7682ab6d576013a8729bc3f07264c3
parentaa8f14167f79c68f7c3e2d867d719de3afaa121a (diff)
Bump memoffset from 0.6.4 to 0.6.5
Bumps [memoffset](https://github.com/Gilnaa/memoffset) from 0.6.4 to 0.6.5. - [Release notes](https://github.com/Gilnaa/memoffset/releases) - [Commits](https://github.com/Gilnaa/memoffset/compare/v0.6.4...v0.6.5) --- updated-dependencies: - dependency-name: memoffset dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1f1102d..b9c0f59 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -441,9 +441,9 @@ checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
[[package]]
name = "memoffset"
-version = "0.6.4"
+version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"
+checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
dependencies = [
"autocfg",
]