update deps, for real

This commit is contained in:
dignifiedquire
2020-05-24 19:06:22 +02:00
parent 0760bfaf7b
commit 811655bc98
2 changed files with 7 additions and 20 deletions

View File

@@ -23,7 +23,7 @@ num-traits = "0.2.6"
async-smtp = { version = "0.3" }
email = { git = "https://github.com/deltachat/rust-email", branch = "master" }
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" }
async-imap = "0.3.0"
async-imap = "0.3.1"
async-native-tls = { version = "0.3.3" }
async-std = { version = "1.6.0", features = ["unstable"] }
base64 = "0.11"
@@ -97,4 +97,4 @@ vendored = ["async-native-tls/vendored", "async-smtp/native-tls-vendored"]
nightly = ["pgp/nightly"]
[patch.crates-io]
smol = { git = "https://github.com/dignifiedquire/smol", branch = "isolate-nix" }
smol = { git = "https://github.com/dignifiedquire/smol-1", branch = "isolate-nix" }