aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock20
1 files changed, 20 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 431f3bea..c88c85c1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -303,8 +303,10 @@ dependencies = [
name = "atuin-common"
version = "18.3.0"
dependencies = [
+ "base64 0.22.1",
"directories",
"eyre",
+ "getrandom",
"lazy_static",
"pretty_assertions",
"rand",
@@ -404,6 +406,7 @@ dependencies = [
"fs-err",
"metrics",
"metrics-exporter-prometheus",
+ "postmark",
"rand",
"reqwest",
"rustls",
@@ -2616,6 +2619,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
[[package]]
+name = "postmark"
+version = "0.10.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "a3bc71e3fdb4e15d2636d67f5784f17488a612324235086dde765ab6016a43fa"
+dependencies = [
+ "async-trait",
+ "bytes",
+ "http 0.2.12",
+ "reqwest",
+ "serde",
+ "serde_json",
+ "thiserror",
+ "typed-builder",
+ "url",
+]
+
+[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"