From 62da4a3d5ca0632e32a2479b5b0804b4067322b4 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Mon, 3 Jan 2022 18:04:49 +0900 Subject: [PATCH] Add native-tls to plume-models' dependencies --- plume-models/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/plume-models/Cargo.toml b/plume-models/Cargo.toml index e61494ef..42d78cd8 100644 --- a/plume-models/Cargo.toml +++ b/plume-models/Cargo.toml @@ -35,6 +35,7 @@ tracing = "0.1.22" riker = "0.4.2" once_cell = "1.5.2" lettre = "0.9.6" +native-tls = "0.2.8" [dependencies.chrono] features = ["serde"]