diff --git a/Cargo.toml b/Cargo.toml index e5ce755..4a53ae7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ rust_decimal = { version = "1.36", features = ["serde-float"] } serde = { version = "1", features = ["derive"] } serde_json = { package = "serde_json_path_to_error", version = "0.1" } serde_repr = "0.1" -thiserror = "1" +thiserror = "2" tracing = "0.1" tokio = { version = "1.37", features = ["macros"]}