diff --git a/Cargo.toml b/Cargo.toml index ca0bc1d..f39199c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ colored = "3.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" sysinfo = "0.37" -thiserror = "1.0" +thiserror = "2.0" tokio = { version = "1.0", features = ["full"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] }