diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-09-25 14:37:17 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-09-25 14:37:17 +0100 |
| commit | d6faad17e814d252a72e3aca39a4b3898382bab9 (patch) | |
| tree | 16a238703293fe0d9cce04fa83de2af4a88f5433 /Cargo.toml | |
| parent | 4f84dc460c3494286233afe9ca480d3b7c0186b1 (diff) | |
chore: bump rust-nostr v0.35
bump all rust-nostr packages
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
| @@ -24,11 +24,11 @@ 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 = "0.34.1" | 27 | nostr = "0.35.0" |
| 28 | nostr-database = "0.34.0" | 28 | nostr-database = "0.35.0" |
| 29 | nostr-sdk = "0.34.0" | 29 | nostr-sdk = "0.35.0" |
| 30 | nostr-signer = "0.34.0" | 30 | nostr-signer = "0.35.0" |
| 31 | nostr-sqlite = "0.34.0" | 31 | nostr-sqlite = "0.35.0" |
| 32 | passwords = "3.1.13" | 32 | passwords = "3.1.13" |
| 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" |