From 3406e0f4ee06c545b83a8e9379d1ae6359546e98 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Thu, 21 Jan 2021 14:25:06 +0100 Subject: net: Release 0.23.0. --- sq/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sq') 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"] } -- cgit v1.2.3