main
mdecimus 2023-12-28 11:47:43 +01:00
parent 1e47fe8d08
commit f7920dd84f
1 changed files with 2 additions and 2 deletions

View File

@ -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. <hello@stalw.art>"]
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}