Update all dependencies

This commit is contained in:
2025-12-09 01:31:30 +00:00
parent f9df9bc7e1
commit 64e4b1d861
2 changed files with 219 additions and 323 deletions

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