From 93136fb7678121c97e00b469b3b6d43cf422367a Mon Sep 17 00:00:00 2001
From: Awiteb
Date: Sat, 28 Jun 2025 10:31:14 +0000
Subject: [PATCH] deps: Add `either@1.15.0` to the dependencies
Signed-off-by: Awiteb
---
Cargo.lock | 1 +
Cargo.toml | 1 +
2 files changed, 2 insertions(+)
diff --git a/Cargo.lock b/Cargo.lock
index 617d87f..9fd63b2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1122,6 +1122,7 @@ dependencies = [
"convert_case",
"dirs",
"easy-ext",
+ "either",
"futures",
"nostr",
"nostr-sdk",
diff --git a/Cargo.toml b/Cargo.toml
index 688d5f3..cb8f4d3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,6 +21,7 @@ clap-verbosity-flag = { version = "3.0.2", default-features = false, features =
convert_case = "0.8.0"
dirs = "6.0.0"
easy-ext = "1.0.2"
+either = "1.15.0"
futures = "0.3.31"
nostr = { version = "0.42.0", features = ["parser", "nip05"] }
nostr-sdk = "0.42.0"