build(deps): bump memoffset from 0.9.0 to 0.9.1

Bumps [memoffset](https://github.com/Gilnaa/memoffset) from 0.9.0 to 0.9.1.
- [Changelog](https://github.com/Gilnaa/memoffset/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Gilnaa/memoffset/compare/v0.9.0...v0.9.1)

---
updated-dependencies:
- dependency-name: memoffset
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-03-27 00:01:08 +00:00
committed by Karolin Varner
parent b05c4bbe24
commit 16c0080cdc
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -833,9 +833,9 @@ checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
[[package]]
name = "memoffset"
version = "0.9.0"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
dependencies = [
"autocfg",
]

View File

@@ -37,7 +37,7 @@ stacker = "0.1.15"
doc-comment = "0.3.3"
base64 = "0.21.7"
zeroize = "1.7.0"
memoffset = "0.9.0"
memoffset = "0.9.1"
thiserror = "1.0.50"
paste = "1.0.14"
env_logger = "0.10.2"