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.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 55494b0..15b7cec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,11 +24,11 @@ futures = "0.3.28"
24git2 = "0.18.1" 24git2 = "0.18.1"
25indicatif = "0.17.7" 25indicatif = "0.17.7"
26keyring = "2.0.5" 26keyring = "2.0.5"
27nostr = "0.33.0" 27nostr = "0.34.0"
28nostr-database = "0.33.1" 28nostr-database = "0.34.0"
29nostr-sdk = "0.33.0" 29nostr-sdk = "0.34.0"
30nostr-signer = "0.33.0" 30nostr-signer = "0.34.0"
31nostr-sqlite = "0.33.0" 31nostr-sqlite = "0.34.0"
32passwords = "3.1.13" 32passwords = "3.1.13"
33scrypt = "0.11.0" 33scrypt = "0.11.0"
34serde = { version = "1.0.181", features = ["derive"] } 34serde = { version = "1.0.181", features = ["derive"] }