diff --git a/native/Cargo.toml b/native/Cargo.toml index 627440c1..bce00d4b 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -54,7 +54,7 @@ napi-derive = "2.16" tokio = { version = "1.35", features = ["full"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -thiserror = "1.0" +thiserror = "2.0" tracing = "0.1" tracing-subscriber = "0.3" once_cell = "1.19"