diff --git a/Cargo.toml b/Cargo.toml index f21a91a..c00f46f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ futures-core = { version = "0.3.30" } reqwest = { version = "0.12.4", features = ["json"]} serde = { version = "1.0.195", features = ["derive"] } serde_json = { version = "1.0.111" } -thiserror = { version = "1.0.56" } +thiserror = { version = "2.0.6" } time = { version = "0.3.36", features = ["macros", "parsing", "formatting"] } tracing = { version = "0.1.40" } url = { version = "2.5.0" }