Compare commits

1 Commits

Author SHA1 Message Date
824d23f632 Update all dependencies 2026-01-16 01:31:53 +00:00
2 changed files with 658 additions and 104 deletions

758
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.15.0", features = ["reqwest", "reqwest-blocking"] }
reqwest = { version = "0.12.4", features = ["blocking"] }
graphql_client = { version = "0.16.0", features = ["reqwest", "reqwest-blocking"] }
reqwest = { version = "0.13.0", features = ["blocking"] }
serde = { version = "1.0.202", features = ["derive"] }