summaryrefslogtreecommitdiffstats
path: root/sq
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2021-01-21 14:00:05 +0100
committerJustus Winter <justus@sequoia-pgp.org>2021-01-21 14:10:57 +0100
commitb4c3a26d096d67004234f8f8e738b0f02569227b (patch)
tree809a958b94bc9948a08caf25d32003222880d827 /sq
parent8483758899c68cb19113236f23ad2380697f5201 (diff)
autocrypt: Release 0.23.0.autocrypt/v0.23.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 ca0adb17..9726300e 100644
--- a/sq/Cargo.toml
+++ b/sq/Cargo.toml
@@ -24,7 +24,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
buffered-reader = { path = "../buffered-reader", version = "1.0.0", default-features = false }
sequoia-openpgp = { path = "../openpgp", version = "1.0.0", default-features = false }
-sequoia-autocrypt = { path = "../autocrypt", version = "0.22", default-features = false }
+sequoia-autocrypt = { path = "../autocrypt", version = "0.23", default-features = false }
sequoia-net = { path = "../net", version = "0.22", default-features = false, optional = true }
anyhow = "1.0.18"
chrono = "0.4.10"