diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -28,7 +28,7 @@ nostr = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } | |||
| 28 | nostr-database = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } | 28 | nostr-database = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } |
| 29 | nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } | 29 | nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } |
| 30 | nostr-signer = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } | 30 | nostr-signer = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } |
| 31 | nostr-sqlite = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } | 31 | nostr-lmdb = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } |
| 32 | passwords = "3.1.13" | 32 | passwords = "3.1.13" |
| 33 | qrcode = { version = "0.14.1", default-features = false } | 33 | qrcode = { version = "0.14.1", default-features = false } |
| 34 | scrypt = "0.11.0" | 34 | scrypt = "0.11.0" |