summaryrefslogtreecommitdiffstats
path: root/sq
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2021-01-21 14:25:06 +0100
committerJustus Winter <justus@sequoia-pgp.org>2021-01-21 14:25:06 +0100
commit3406e0f4ee06c545b83a8e9379d1ae6359546e98 (patch)
tree86bc470dcc08bd5baa5c7a5ee4bcb5bcf52ff5ce /sq
parentb4c3a26d096d67004234f8f8e738b0f02569227b (diff)
net: Release 0.23.0.net/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 9726300e..0db64102 100644
--- a/sq/Cargo.toml
+++ b/sq/Cargo.toml
@@ -25,7 +25,7 @@ maintenance = { status = "actively-developed" }
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.23", default-features = false }
-sequoia-net = { path = "../net", version = "0.22", default-features = false, optional = true }
+sequoia-net = { path = "../net", version = "0.23", default-features = false, optional = true }
anyhow = "1.0.18"
chrono = "0.4.10"
clap = { version = "2.33", features = ["wrap_help"] }