v0.3.1
parent
1e47fe8d08
commit
f7920dd84f
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "jmap-client"
|
name = "jmap-client"
|
||||||
description = "JMAP client library for Rust"
|
description = "JMAP client library for Rust"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = [ "Stalwart Labs Ltd. <hello@stalw.art>"]
|
authors = [ "Stalwart Labs Ltd. <hello@stalw.art>"]
|
||||||
license = "Apache-2.0 OR MIT"
|
license = "Apache-2.0 OR MIT"
|
||||||
|
@ -14,7 +14,7 @@ resolver = "2"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls-webpki-roots"]}
|
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 }
|
tokio = { version = "1.16", default-features = false, features = ["io-util"], optional = true }
|
||||||
futures-util = { version = "0.3", optional = true}
|
futures-util = { version = "0.3", optional = true}
|
||||||
async-stream = { version = "0.3", optional = true}
|
async-stream = { version = "0.3", optional = true}
|
||||||
|
|
Loading…
Reference in New Issue