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"