From 16c0080cdc5a06fa415af69cdb486d7cbc91747b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 00:01:08 +0000 Subject: [PATCH] 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b675c17..b2c7249 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", ] diff --git a/Cargo.toml b/Cargo.toml index c943a53..af0b07f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"