upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 721893e..4c42d0d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "ngit" 2name = "ngit"
3version = "2.2.0" 3version = "2.2.1"
4edition = "2021" 4edition = "2021"
5description = "nostr plugin for git" 5description = "nostr plugin for git"
6authors = ["DanConwayDev <DanConwayDev@protonmail.com>"] 6authors = ["DanConwayDev <DanConwayDev@protonmail.com>"]
@@ -23,7 +23,7 @@ console = "0.16.0"
23dialoguer = "0.12.0" 23dialoguer = "0.12.0"
24directories = "6.0.0" 24directories = "6.0.0"
25futures = "0.3.31" 25futures = "0.3.31"
26git2 = "0.20.2" 26git2 = "0.20.4"
27indicatif = "0.18.0" 27indicatif = "0.18.0"
28mailparse = "0.16.1" 28mailparse = "0.16.1"
29nostr = { version = "0.44.1", features = ["nip49"] } 29nostr = { version = "0.44.1", features = ["nip49"] }