aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-server/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2024-08-06 15:00:34 +0100
committerGitHub <noreply@github.com>2024-08-06 15:00:34 +0100
commit58c904996d39e62ad420a4f4ede75ee761f396b4 (patch)
tree256daa70019c8788a8c77613c9c7745d695b187b /crates/atuin-server/Cargo.toml
parentfix(mail): incorrect alias and error logs (#2346) (diff)
downloadatuin-58c904996d39e62ad420a4f4ede75ee761f396b4.zip
fix(mail): enable correct tls features for postmark client (#2347)
Diffstat (limited to 'crates/atuin-server/Cargo.toml')
-rw-r--r--crates/atuin-server/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin-server/Cargo.toml b/crates/atuin-server/Cargo.toml
index 842245f9..7f8753b3 100644
--- a/crates/atuin-server/Cargo.toml
+++ b/crates/atuin-server/Cargo.toml
@@ -37,4 +37,4 @@ argon2 = "0.5"
semver = { workspace = true }
metrics-exporter-prometheus = "0.12.1"
metrics = "0.21.1"
-postmark = {version= "0.10.1", features=["reqwest"]}
+postmark = {version= "0.10.2", features=["reqwest", "reqwest-rustls-tls"]}