Update all dependencies

This commit is contained in:
2025-12-31 01:33:40 +00:00
parent f9df9bc7e1
commit c45984c835
2 changed files with 789 additions and 338 deletions

1123
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -9,6 +9,6 @@ edition = "2021"
chrono = "0.4.38"
clap = { version = "4.5.4", features = ["derive", "env"] }
eyre = "0.6.12"
graphql_client = { version = "0.14.0", features = ["reqwest", "reqwest-blocking"] }
reqwest = { version = "0.12.4", features = ["blocking"] }
graphql_client = { version = "0.15.0", features = ["reqwest", "reqwest-blocking"] }
reqwest = { version = "0.13.0", features = ["blocking"] }
serde = { version = "1.0.202", features = ["derive"] }