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 /test_utils | |
| parent | 4ec930daf9e80c1ea27a44a4465200486fe714aa (diff) | |
bump nostr-database to v0.33.1
to get latest fixes applied
Diffstat (limited to 'test_utils')
| -rw-r--r-- | test_utils/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml index c158ce0..c92fa56 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml | |||
| @@ -11,7 +11,7 @@ directories = "5.0.1" | |||
| 11 | futures = "0.3.28" | 11 | futures = "0.3.28" |
| 12 | git2 = "0.18.1" | 12 | git2 = "0.18.1" |
| 13 | nostr = "0.33.0" | 13 | nostr = "0.33.0" |
| 14 | nostr-database = "0.33.0" | 14 | nostr-database = "0.33.1" |
| 15 | nostr-sdk = "0.33.0" | 15 | nostr-sdk = "0.33.0" |
| 16 | nostr-sqlite = "0.33.0" | 16 | nostr-sqlite = "0.33.0" |
| 17 | once_cell = "1.18.0" | 17 | once_cell = "1.18.0" |