summaryrefslogtreecommitdiffstats
path: root/sq
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 /sq
parente750937553e5434d9463d7b65d0dca986b2d8d31 (diff)
autocrypt: Release 0.25.0.autocrypt/v0.25.0
Diffstat (limited to 'sq')
-rw-r--r--sq/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"