diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-14 07:37:57 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-14 21:31:13 +0000 |
| commit | d282251af19fc7d5d4200a9441999bd1a81b2ae8 (patch) | |
| tree | b95737c10671419aff3d091b03dedc4b4485041f /Cargo.toml | |
| parent | 9192eff46923f1f5b472abf64571d72f7a76c512 (diff) | |
chore: bump rust-nostr v0.44
fix breaking changes
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.43.0", features = ["nip49"] } | 26 | nostr = { version = "0.44.1", features = ["nip49"] } |
| 27 | nostr-connect = "0.43.0" | 27 | nostr-connect = "0.44.0" |
| 28 | nostr-database = "0.43.0" | 28 | nostr-database = "0.44.0" |
| 29 | nostr-lmdb = "0.43.0" | 29 | nostr-lmdb = "0.44.0" |
| 30 | nostr-relay-pool = "0.43.0" | 30 | nostr-relay-pool = "0.44.0" |
| 31 | nostr-sdk = "0.43.0" | 31 | nostr-sdk = "0.44.1" |
| 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 | reqwest = { version = "0.12.22", features = ["json"] } |