diff --git a/Cargo.toml b/Cargo.toml index 715a6e2..ab99604 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ nucleo-matcher = "0.3" serde = { version = "1.0", features = ["derive"] } toml = "0.8" dirs = "5.0" -thiserror = "1.0" +thiserror = "2.0" arboard = { version = "3.4", optional = true } tokio = { version = "1.40", features = ["rt-multi-thread", "macros"], optional = true } reqwest = { version = "0.12", features = ["json"], optional = true }