diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-07-22 15:26:44 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-07-22 15:26:44 +0100 |
| commit | 0762d44a9ec3d8a5477e171933428cd9749e0659 (patch) | |
| tree | cc79eaf07fff399bd5083aebf67fff09cc718952 /Cargo.toml | |
| parent | 8656948d488b205ee1b25ffe4c85e51ad09df345 (diff) | |
chore: bump rust-nostr to v0.33.0
bump all rust-nostr packages
move from using patched nip46 nip05 function to profile function in v33
fix send_events_to error message
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
| @@ -23,11 +23,11 @@ futures = "0.3.28" | |||
| 23 | git2 = "0.18.1" | 23 | git2 = "0.18.1" |
| 24 | indicatif = "0.17.7" | 24 | indicatif = "0.17.7" |
| 25 | keyring = "2.0.5" | 25 | keyring = "2.0.5" |
| 26 | nostr = { git = "https://github.com/DanConwayDev/nostr", branch= "v0.32-get-nip46-from-nip05-address" } | 26 | nostr = "0.33.0" |
| 27 | nostr-database = { git = "https://github.com/DanConwayDev/nostr", branch= "v0.32-get-nip46-from-nip05-address" } | 27 | nostr-database = "0.33.0" |
| 28 | nostr-sdk = { git = "https://github.com/DanConwayDev/nostr", branch= "v0.32-get-nip46-from-nip05-address" } | 28 | nostr-sdk = "0.33.0" |
| 29 | nostr-signer = { git = "https://github.com/DanConwayDev/nostr", branch= "v0.32-get-nip46-from-nip05-address" } | 29 | nostr-signer = "0.33.0" |
| 30 | nostr-sqlite = { git = "https://github.com/DanConwayDev/nostr", branch= "v0.32-get-nip46-from-nip05-address" } | 30 | nostr-sqlite = "0.33.0" |
| 31 | passwords = "3.1.13" | 31 | passwords = "3.1.13" |
| 32 | scrypt = "0.11.0" | 32 | scrypt = "0.11.0" |
| 33 | serde = { version = "1.0.181", features = ["derive"] } | 33 | serde = { version = "1.0.181", features = ["derive"] } |