X-Git-Url: http://these/git/?a=blobdiff_plain;f=Cargo.lock;h=4ffd5a7a9554eea128641870107a3d468b3d6bef;hb=934f72511e3ef1a8d6fef6521bccc52b732f0a10;hp=aec15fd74a466ae0072254bd68d975692992c02d;hpb=3dd2fd0f7ff24509564bf098817c6152254edc1a;p=lemmy.git diff --git a/Cargo.lock b/Cargo.lock index aec15fd7..4ffd5a7a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2990,10 +2990,12 @@ version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2eabca5e0b4d0e98e7f2243fb5b7520b6af2b65d8f87bcc86f2c75185a6ff243" dependencies = [ + "async-trait", "base64 0.13.1", "email-encoding", "email_address", "fastrand", + "futures-io", "futures-util", "hostname", "httpdate", @@ -3004,6 +3006,8 @@ dependencies = [ "once_cell", "quoted_printable", "socket2 0.4.9", + "tokio", + "tokio-native-tls", ] [[package]]