From 5e14ec7e2308622fd73a57c02f2daf9c37a888df Mon Sep 17 00:00:00 2001 From: Jack Chakany Date: Sun, 15 Dec 2024 18:33:18 -0500 Subject: [PATCH] update thiserror from 2.0.3 to 2.0.7 Closes: https://github.com/damus-io/nostrdb-rs/pull/26 Reviewed-by: William Casarin Signed-off-by: William Casarin --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0b3b285..f6870ad 100644 --- 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"