diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-04-01 14:31:34 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-04-01 14:35:50 +0100 |
| commit | 948fe972eb2bddf187b79f2673a091b6331cfd90 (patch) | |
| tree | ec1c538d28108b104b5a00afd673631538f9aa00 /Cargo.toml | |
| parent | 70966d571fce16f707725c6b0af0fd585bfce607 (diff) | |
chore: bump rust-nostr v0.37 ~> v0.40
and fix all of the breaking changes
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 11 |
1 files changed, 6 insertions, 5 deletions
| @@ -24,11 +24,12 @@ 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 = { version = "0.37.0", features = ["nip05", "nip49"] } | 27 | nostr = { version = "0.40.0", features = ["nip05", "nip49"] } |
| 28 | nostr-connect = "0.37.0" | 28 | nostr-connect = "0.40.0" |
| 29 | nostr-database = "0.37.0" | 29 | nostr-database = "0.40.0" |
| 30 | nostr-lmdb = "0.37.0" | 30 | nostr-lmdb = "0.40.0" |
| 31 | nostr-sdk = "0.37.0" | 31 | nostr-relay-pool = "0.40.1" |
| 32 | nostr-sdk = "0.40.0" | ||
| 32 | passwords = "3.1.13" | 33 | passwords = "3.1.13" |
| 33 | qrcode = { version = "0.14.1", default-features = false } | 34 | qrcode = { version = "0.14.1", default-features = false } |
| 34 | scrypt = "0.11.0" | 35 | scrypt = "0.11.0" |