From 5a366bd96e9242ed001857102291b49519035d5a Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Mon, 22 May 2023 12:01:31 +0200 Subject: [PATCH] Upgrade memoffset dependency. --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c824ca9..a95e091 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -854,9 +854,9 @@ checksum = "a64a92489e2744ce060c349162be1c5f33c6969234104dbd99ddb5feb08b8c15" [[package]] name = "memoffset" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" +checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" dependencies = [ "autocfg", ] diff --git a/Cargo.toml b/Cargo.toml index 2649689..b222d7a 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.8" +memoffset = "0.9" # 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.16", default-features = false, features = [ "compression" ] } -- GitLab