nostrdb-rs

nostrdb in rust!
git clone git://jb55.com/nostrdb-rs
Log | Files | Refs | Submodules | README | LICENSE

commit 5e14ec7e2308622fd73a57c02f2daf9c37a888df
parent 46ca13dffdfe2320d4488912506c7bfa02afe284
Author: Jack Chakany <jack@chakany.systems>
Date:   Sun, 15 Dec 2024 18:33:18 -0500

update thiserror from 2.0.3 to 2.0.7

Closes: https://github.com/damus-io/nostrdb-rs/pull/26
Reviewed-by: William Casarin <jb55@jb55.com>
Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
MCargo.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -20,7 +20,7 @@ bindgen = [] [dependencies] flatbuffers = "23.5.26" libc = "0.2.151" -thiserror = "2.0.3" +thiserror = "2.0.7" tokio = { version = "1", features = ["rt-multi-thread", "macros"] } tracing = "0.1.40" tracing-subscriber = "0.3.18"