diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-07-31 12:02:08 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-07-31 12:02:08 +0100 |
| commit | 8fe7737a491d6056d6e865bfdecd02e3dda3e8f5 (patch) | |
| tree | ea044a7e3744724c1245a8c20bc5bf5e01ef492f /Cargo.toml | |
| parent | f4d3a622eeff76677316076afcd0cb8954aa2e05 (diff) | |
chore: bump rust-nostr v0.43
with trival breaking changes. nip05 changes will
be done seperately.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
| @@ -23,12 +23,12 @@ 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 | scrypt = "0.11.0" | 34 | scrypt = "0.11.0" |