From f7920dd84f5b6328f11c0c32de07d6eb259d0e61 Mon Sep 17 00:00:00 2001 From: mdecimus Date: Thu, 28 Dec 2023 11:47:43 +0100 Subject: [PATCH] v0.3.1 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 55ea399..7307bea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "jmap-client" description = "JMAP client library for Rust" -version = "0.3.0" +version = "0.3.1" edition = "2021" authors = [ "Stalwart Labs Ltd. "] license = "Apache-2.0 OR MIT" @@ -14,7 +14,7 @@ resolver = "2" [dependencies] reqwest = { version = "0.11", default-features = false, features = ["rustls-tls-webpki-roots"]} -tokio-tungstenite = { version = "0.20", features = ["rustls-tls-webpki-roots"], optional = true} +tokio-tungstenite = { version = "0.21", features = ["rustls-tls-webpki-roots"], optional = true} tokio = { version = "1.16", default-features = false, features = ["io-util"], optional = true } futures-util = { version = "0.3", optional = true} async-stream = { version = "0.3", optional = true}