diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-08-02 13:02:47 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-08-02 13:02:47 +0100 |
| commit | 098bb88b4f313d9a0b32808b42f4b4c17e1771a2 (patch) | |
| tree | 79caaf59445206ff87b3baf0d2ce6c460976c29f /Cargo.toml | |
| parent | 4ec930daf9e80c1ea27a44a4465200486fe714aa (diff) | |
bump nostr-database to v0.33.1
to get latest fixes applied
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -25,7 +25,7 @@ git2 = "0.18.1" | |||
| 25 | indicatif = "0.17.7" | 25 | indicatif = "0.17.7" |
| 26 | keyring = "2.0.5" | 26 | keyring = "2.0.5" |
| 27 | nostr = "0.33.0" | 27 | nostr = "0.33.0" |
| 28 | nostr-database = "0.33.0" | 28 | nostr-database = "0.33.1" |
| 29 | nostr-sdk = "0.33.0" | 29 | nostr-sdk = "0.33.0" |
| 30 | nostr-signer = "0.33.0" | 30 | nostr-signer = "0.33.0" |
| 31 | nostr-sqlite = "0.33.0" | 31 | nostr-sqlite = "0.33.0" |