diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
| @@ -24,11 +24,10 @@ futures = "0.3.28" | |||
| 24 | git2 = "0.19.0" | 24 | git2 = "0.19.0" |
| 25 | indicatif = "0.17.7" | 25 | indicatif = "0.17.7" |
| 26 | keyring = "2.0.5" | 26 | keyring = "2.0.5" |
| 27 | nostr = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" } | 27 | nostr = "0.36.0" |
| 28 | nostr-database = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" } | 28 | nostr-database = "0.36.0" |
| 29 | nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" } | 29 | nostr-sdk = "0.36.0" |
| 30 | nostr-signer = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" } | 30 | nostr-lmdb = "0.36.0" |
| 31 | nostr-lmdb = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" } | ||
| 32 | passwords = "3.1.13" | 31 | passwords = "3.1.13" |
| 33 | qrcode = { version = "0.14.1", default-features = false } | 32 | qrcode = { version = "0.14.1", default-features = false } |
| 34 | scrypt = "0.11.0" | 33 | scrypt = "0.11.0" |
| @@ -38,6 +37,7 @@ serde_yaml = "0.9.27" | |||
| 38 | tokio = "1.33.0" | 37 | tokio = "1.33.0" |
| 39 | urlencoding = "2.1.3" | 38 | urlencoding = "2.1.3" |
| 40 | zeroize = "1.6.0" | 39 | zeroize = "1.6.0" |
| 40 | nostr-connect = "0.36.0" | ||
| 41 | 41 | ||
| 42 | [dev-dependencies] | 42 | [dev-dependencies] |
| 43 | assert_cmd = "2.0.12" | 43 | assert_cmd = "2.0.12" |