summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2023-01-11 10:37:38 +0100
committerJustus Winter <justus@sequoia-pgp.org>2023-01-11 11:38:08 +0100
commit6a707bced18079ce91a5c6a1d2f03455f995fde6 (patch)
tree9a36e6e909771d6435ee55350087ba8fc59cfad8
parente750937553e5434d9463d7b65d0dca986b2d8d31 (diff)
autocrypt: Release 0.25.0.autocrypt/v0.25.0
-rw-r--r--Cargo.lock2
-rw-r--r--autocrypt/Cargo.toml6
-rw-r--r--sq/Cargo.toml2
3 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index feae375b..f755243f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2701,7 +2701,7 @@ checksum = "d65bd28f48be7196d222d95b9243287f48d27aca604e08497513019ff0502cc4"
[[package]]
name = "sequoia-autocrypt"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"base64",
"sequoia-openpgp",
diff --git a/autocrypt/Cargo.toml b/autocrypt/Cargo.toml
index cca5041a..b91c3edc 100644
--- a/autocrypt/Cargo.toml
+++ b/autocrypt/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "sequoia-autocrypt"
description = "Autocrypt support"
-version = "0.24.0"
+version = "0.25.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",
@@ -22,8 +22,8 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-sequoia-openpgp = { path = "../openpgp", version = "1", default-features = false }
-base64 = ">=0.12"
+sequoia-openpgp = { path = "../openpgp", version = "1.13", default-features = false }
+base64 = ">=0.12, <0.20"
[lib]
bench = false
diff --git a/sq/Cargo.toml b/sq/Cargo.toml
index 1330b1f9..6873cd09 100644
--- a/sq/Cargo.toml
+++ b/sq/Cargo.toml
@@ -31,7 +31,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
buffered-reader = { path = "../buffered-reader", version = "1.0.0", default-features = false, features = ["compression-deflate"] }
sequoia-openpgp = { path = "../openpgp", version = "1.1", default-features = false, features = ["compression-deflate"] }
-sequoia-autocrypt = { path = "../autocrypt", version = "0.24", default-features = false, optional = true }
+sequoia-autocrypt = { path = "../autocrypt", version = "0.25", default-features = false, optional = true }
sequoia-net = { path = "../net", version = "0.25", default-features = false }
anyhow = "1.0.18"
chrono = "0.4.10"