aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c3d5199..ac277b0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ reqwest = { version = "0.12.7", default-features = false }
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1" }
serde_path_to_error = "0.1.16"
-thiserror = "1"
+thiserror = "2"
time = { version = "0.3", features = ["formatting", "parsing", "serde", "macros"] }
tower = { version = "0.5.0", features = ["util"] }
url = "2.5"