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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8ee7915..c90f011 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,7 +34,7 @@ scrypt = "0.11.0"
34serde = { version = "1.0.181", features = ["derive"] } 34serde = { version = "1.0.181", features = ["derive"] }
35serde_json = "1.0.105" 35serde_json = "1.0.105"
36serde_yaml = "0.9.27" 36serde_yaml = "0.9.27"
37tokio = "1.33.0" 37tokio = { version = "1.40.0", features = ["full"] }
38urlencoding = "2.1.3" 38urlencoding = "2.1.3"
39zeroize = "1.6.0" 39zeroize = "1.6.0"
40nostr-connect = "0.36.0" 40nostr-connect = "0.36.0"