From 24a20c0ef72547a40db450b3ce457b389cb56ae0 Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Thu, 2 Feb 2023 13:21:45 +0100 Subject: ipc: Release 0.30.1. --- Cargo.lock | 4 ++-- ipc/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8886ed85..b6a6f3bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2702,7 +2702,7 @@ dependencies = [ [[package]] name = "sequoia-ipc" -version = "0.30.0" +version = "0.30.1" dependencies = [ "anyhow", "buffered-reader", @@ -2936,7 +2936,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f31bf4e9fe5cd8cea8e0887e2e4eb1b4d736ff11b776c8537bf0912a4b381285" dependencies = [ "digest 0.9.0", - "generic-array 0.12.4", + "generic-array 0.14.5", ] [[package]] diff --git a/ipc/Cargo.toml b/ipc/Cargo.toml index 54543890..2fcdec1d 100644 --- a/ipc/Cargo.toml +++ b/ipc/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sequoia-ipc" description = "Interprocess communication infrastructure for Sequoia" -version = "0.30.0" +version = "0.30.1" authors = [ "Justus Winter ", "Kai Michaelis ", -- cgit v1.2.3