Merge pull request 'Bump native-tls from 0.2.8 to 0.2.10' (#1043) from native-tls-0.2.10 into main

Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/1043
This commit is contained in:
KitaitiMakoto 2022-03-30 19:04:42 +00:00
commit 24cf941303
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2599,9 +2599,9 @@ dependencies = [
[[package]]
name = "native-tls"
version = "0.2.8"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48ba9f7719b5a0f42f338907614285fb5fd70e53858141f69898a1fb7203b24d"
checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9"
dependencies = [
"lazy_static",
"libc",

View File

@ -34,7 +34,7 @@ tracing = "0.1.32"
riker = "0.4.2"
once_cell = "1.10.0"
lettre = "0.9.6"
native-tls = "0.2.8"
native-tls = "0.2.10"
[dependencies.chrono]
features = ["serde"]