diff options
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | test_utils/Cargo.toml | 2 |
3 files changed, 4 insertions, 4 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", |
| @@ -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" |
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" |