diff --git a/Cargo.toml b/Cargo.toml index 4b75f51..8f4040c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ chrono = { version = "0.4", default-features = false, features = ["clock"] } reqwest = { version = "0.12", default-features = false, features = ["json"] } serde = { version = "1.0", features = ["derive"]} serde_json = "1.0" -thiserror = "1.0" +thiserror = "2.0" url = "2.3" tracing = "0.1"