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.toml32
1 files changed, 16 insertions, 16 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 41353c6..4311dd7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,37 +12,37 @@ keywords = ["nostr", "git"]
12categories = ["command-line-utilities","development-tools"] 12categories = ["command-line-utilities","development-tools"]
13 13
14[dependencies] 14[dependencies]
15anyhow = "1.0.75" 15anyhow = "1.0.98"
16async-trait = "0.1.73" 16async-trait = "0.1.88"
17auth-git2 = "0.5.4" 17auth-git2 = "0.5.8"
18chacha20poly1305 = "0.10.1" 18chacha20poly1305 = "0.10.1"
19clap = { version = "4.3.19", features = ["derive"] } 19clap = { version = "4.5.41", features = ["derive"] }
20console = "0.15.7" 20console = "0.15.11"
21dialoguer = "0.11.0" 21dialoguer = "0.11.0"
22directories = "6.0.0" 22directories = "6.0.0"
23futures = "0.3.28" 23futures = "0.3.31"
24git2 = "0.20.2" 24git2 = "0.20.2"
25indicatif = "0.17.7" 25indicatif = "0.17.11"
26nostr = { version = "0.41.0", features = ["nip05", "nip49"] } 26nostr = { version = "0.41.0", features = ["nip05", "nip49"] }
27nostr-connect = "0.41.0" 27nostr-connect = "0.41.0"
28nostr-database = "0.41.0" 28nostr-database = "0.41.0"
29nostr-lmdb = "0.41.0" 29nostr-lmdb = "0.41.0"
30nostr-relay-pool = "0.41.0" 30nostr-relay-pool = "0.41.0"
31nostr-sdk = "0.41.0" 31nostr-sdk = "0.41.0"
32passwords = "3.1.13" 32passwords = "3.1.16"
33qrcode = { version = "0.14.1", default-features = false } 33qrcode = { version = "0.14.1", default-features = false }
34scrypt = "0.11.0" 34scrypt = "0.11.0"
35serde = { version = "1.0.181", features = ["derive"] } 35serde = { version = "1.0.219", features = ["derive"] }
36serde_json = "1.0.105" 36serde_json = "1.0.140"
37serde_yaml = "0.9.27" 37serde_yaml = "0.9.34"
38tokio = { version = "1.40.0", features = ["full"] } 38tokio = { version = "1.46.1", features = ["full"] }
39urlencoding = "2.1.3" 39urlencoding = "2.1.3"
40zeroize = "1.6.0" 40zeroize = "1.8.1"
41 41
42[dev-dependencies] 42[dev-dependencies]
43assert_cmd = "2.0.12" 43assert_cmd = "2.0.17"
44mockall = "0.13.1" 44mockall = "0.13.1"
45once_cell = "1.18.0" 45once_cell = "1.21.3"
46serial_test = "3.2.0" 46serial_test = "3.2.0"
47test_utils = { path = "test_utils" } 47test_utils = { path = "test_utils" }
48 48
@@ -69,4 +69,4 @@ path = "src/bin/git_remote_nostr/main.rs"
69 69
70[profile.release] 70[profile.release]
71lto = true 71lto = true
72strip = "symbols" \ No newline at end of file 72strip = "symbols"