diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-03-22 15:51:19 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-03-22 15:51:19 +0000 |
| commit | 1a476efd7c365e771c25ce3aac694015c024afe6 (patch) | |
| tree | 05ac5c48dedff67c7445cdb9a02d8a28dfe5cffc /Cargo.toml | |
| parent | 91a68de459b7d22a8dfb8a324e43740fca3e0a35 (diff) | |
chore: bump rust-nostr to v0.29.0
both nostr and nostr-sdk packages and also in test_utils
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.27.0" | 26 | nostr = "0.29.0" |
| 27 | nostr-sdk = "0.27.0" | 27 | nostr-sdk = "0.29.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"] } |