diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-01-26 21:32:21 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-01-26 21:32:21 +0000 |
| commit | fc3f22eac2bb81823f170f61ba9d39baff76b933 (patch) | |
| tree | b6eec0bad2850e90bdded550bd175849f8e1abff /Cargo.toml | |
| parent | d96c8f6687be8966a0bb25c679995fea3b9f0715 (diff) | |
chore: upgrade rust-nostr v0.27.0v0.1.1
this is a contribution from jk (sectore) that I rebased and squashed
into this commit.
the tests were broken in the last few commits to rush out some fixes.
this change may introduce more issues because of
Relay.respond_standard_req.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -23,8 +23,8 @@ 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 = "0.25.0" | 26 | nostr = "0.27.0" |
| 27 | nostr-sdk = "0.25.0" | 27 | nostr-sdk = "0.27.0" |
| 28 | passwords = "3.1.13" | 28 | passwords = "3.1.13" |
| 29 | scrypt = "0.11.0" | 29 | scrypt = "0.11.0" |
| 30 | serde = { version = "1.0.181", features = ["derive"] } | 30 | serde = { version = "1.0.181", features = ["derive"] } |