From 0c56e0799fa3f01304316c8ba14c663fcb03ffe1 Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Wed, 12 Apr 2023 18:46:49 +0200 Subject: [PATCH] Update memoffset dependency - Update memoffset to 0.8.0. --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 73e97d1..c478d72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -848,9 +848,9 @@ checksum = "a64a92489e2744ce060c349162be1c5f33c6969234104dbd99ddb5feb08b8c15" [[package]] name = "memoffset" -version = "0.6.5" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" +checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" dependencies = [ "autocfg 1.1.0", ] diff --git a/Cargo.toml b/Cargo.toml index c4ef80c..caa768d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ lazy_static = "1" libc = "0.2" lru = "0.10.0" memmem = "0.1" -memoffset = "0.6" +memoffset = "0.8" # When bumping the version of Sequoia search the code for XXX to find # spots where we can take advantage of new features. sequoia-openpgp = { version = "1.0", default-features = false } -- GitLab