diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-05-06 14:28:32 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-05-06 14:28:32 +0100 |
| commit | b028223797f0bd2c4927af35cbe01834b3b21f7f (patch) | |
| tree | 09d6598bf1934057a29c0f57d36e1211e87b7c01 /Cargo.toml | |
| parent | c19f173199b6beebf078a9e5c54014dbef85aa82 (diff) | |
chore: bump rust-nostr v0.40 ~> v0.41
no breaking changes this time
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
| @@ -24,12 +24,12 @@ futures = "0.3.28" | |||
| 24 | git2 = "0.20.2" | 24 | git2 = "0.20.2" |
| 25 | indicatif = "0.17.7" | 25 | indicatif = "0.17.7" |
| 26 | keyring = "2.0.5" | 26 | keyring = "2.0.5" |
| 27 | nostr = { version = "0.40.0", features = ["nip05", "nip49"] } | 27 | nostr = { version = "0.41.0", features = ["nip05", "nip49"] } |
| 28 | nostr-connect = "0.40.0" | 28 | nostr-connect = "0.41.0" |
| 29 | nostr-database = "0.40.0" | 29 | nostr-database = "0.41.0" |
| 30 | nostr-lmdb = "0.40.0" | 30 | nostr-lmdb = "0.41.0" |
| 31 | nostr-relay-pool = "0.40.1" | 31 | nostr-relay-pool = "0.41.0" |
| 32 | nostr-sdk = "0.40.0" | 32 | nostr-sdk = "0.41.0" |
| 33 | passwords = "3.1.13" | 33 | passwords = "3.1.13" |
| 34 | qrcode = { version = "0.14.1", default-features = false } | 34 | qrcode = { version = "0.14.1", default-features = false } |
| 35 | scrypt = "0.11.0" | 35 | scrypt = "0.11.0" |