diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-07-31 16:47:31 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-07-31 16:47:31 +0100 |
| commit | a7cabb96df30cd5d26f63affdb023b0706a387d1 (patch) | |
| tree | 53c086492fd710f9f289c756ec511f8b3d3819f3 /Cargo.toml | |
| parent | b1eabeb315dba8860f34c92e0e362559d3352ef7 (diff) | |
| parent | 436ff29135e3deade80a6e53e53d74dddb613481 (diff) | |
Merge branch 'rust-nostr-v0.43'
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 13 |
1 files changed, 7 insertions, 6 deletions
| @@ -23,14 +23,15 @@ directories = "6.0.0" | |||
| 23 | futures = "0.3.31" | 23 | futures = "0.3.31" |
| 24 | git2 = "0.20.2" | 24 | git2 = "0.20.2" |
| 25 | indicatif = "0.18.0" | 25 | indicatif = "0.18.0" |
| 26 | nostr = { version = "0.42.2", features = ["nip05", "nip49"] } | 26 | nostr = { version = "0.43.0", features = ["nip49"] } |
| 27 | nostr-connect = "0.42.0" | 27 | nostr-connect = "0.43.0" |
| 28 | nostr-database = "0.42.0" | 28 | nostr-database = "0.43.0" |
| 29 | nostr-lmdb = "0.42.0" | 29 | nostr-lmdb = "0.43.0" |
| 30 | nostr-relay-pool = "0.42.0" | 30 | nostr-relay-pool = "0.43.0" |
| 31 | nostr-sdk = "0.42.0" | 31 | nostr-sdk = "0.43.0" |
| 32 | passwords = "3.1.16" | 32 | passwords = "3.1.16" |
| 33 | qrcode = { version = "0.14.1", default-features = false } | 33 | qrcode = { version = "0.14.1", default-features = false } |
| 34 | reqwest = { version = "0.12.22", features = ["json"] } | ||
| 34 | scrypt = "0.11.0" | 35 | scrypt = "0.11.0" |
| 35 | serde = { version = "1.0.219", features = ["derive"] } | 36 | serde = { version = "1.0.219", features = ["derive"] } |
| 36 | serde_json = "1.0.140" | 37 | serde_json = "1.0.140" |