summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2023-02-01 15:03:48 +0100
committerNeal H. Walfield <neal@pep.foundation>2023-02-01 15:04:21 +0100
commitfede660dffedd0c7732a15b9320f480bc6248f62 (patch)
treeb607335ef0fa1f06af7447eb1c1b3fbba27e8081
parentb895d2bc1cab723929fb5d19df1483bf9b92464c (diff)
ipc: Release 0.30.0.ipc/v0.30.0
-rw-r--r--Cargo.lock4
-rw-r--r--ipc/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7579d773..8886ed85 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2702,7 +2702,7 @@ dependencies = [
[[package]]
name = "sequoia-ipc"
-version = "0.29.0"
+version = "0.30.0"
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.14.5",
+ "generic-array 0.12.4",
]
[[package]]
diff --git a/ipc/Cargo.toml b/ipc/Cargo.toml
index 7ff590e1..54543890 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.29.0"
+version = "0.30.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",