fix(deps): update all dependencies

This commit is contained in:
2026-01-16 01:33:15 +00:00
parent 305ca51852
commit 7f4e21b135
2 changed files with 739 additions and 367 deletions

1102
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -14,7 +14,7 @@ dotenv.workspace = true
serde = { version = "1.0.197", features = ["derive"] }
uuid = { version = "1.7.0", features = ["v4"] }
graphql_client = { version = "0.14.0" }
reqwest = { version = "0.12.10", features = ["json"] }
graphql_client = { version = "0.16.0" }
reqwest = { version = "0.13.0", features = ["json"] }
cynic-introspection = "3.9.1"
cynic = { version = "3.9.1", features = ["http-reqwest", "reqwest", "serde_json"] }