Merge tag 'v1.120.0'

This commit is contained in:
link2xt
2023-08-28 11:55:53 +00:00
17 changed files with 198 additions and 88 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "deltachat"
version = "1.119.1"
version = "1.120.0"
edition = "2021"
license = "MPL-2.0"
rust-version = "1.67"
@@ -36,7 +36,7 @@ ratelimit = { path = "./deltachat-ratelimit" }
anyhow = "1"
async-channel = "1.8.0"
async-imap = { version = "0.9.0", default-features = false, features = ["runtime-tokio"] }
async-imap = { version = "0.9.1", default-features = false, features = ["runtime-tokio"] }
async-native-tls = { version = "0.5", default-features = false, features = ["runtime-tokio"] }
async-smtp = { version = "0.9", default-features = false, features = ["runtime-tokio"] }
async_zip = { version = "0.0.12", default-features = false, features = ["deflate", "fs"] }