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.lock | |
| parent | 4ec930daf9e80c1ea27a44a4465200486fe714aa (diff) | |
bump nostr-database to v0.33.1
to get latest fixes applied
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1873,9 +1873,9 @@ dependencies = [ | |||
| 1873 | 1873 | ||
| 1874 | [[package]] | 1874 | [[package]] |
| 1875 | name = "nostr-database" | 1875 | name = "nostr-database" |
| 1876 | version = "0.33.0" | 1876 | version = "0.33.1" |
| 1877 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1877 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1878 | checksum = "f9f6c72d0d0842de637f7fba6e70764f719257d29dad8fc5f7352810b0f117ad" | 1878 | checksum = "50eebf5020d70891e3c229128de5fc73af632b651d02742383b314d3d0c7e953" |
| 1879 | dependencies = [ | 1879 | dependencies = [ |
| 1880 | "async-trait", | 1880 | "async-trait", |
| 1881 | "flatbuffers", | 1881 | "flatbuffers", |