1 Commits

Author SHA1 Message Date
18cc64e50e fix(deps): update all dependencies 2025-07-15 00:29:02 +00:00
2 changed files with 257 additions and 248 deletions

503
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.15.0" }
graphql_client = { version = "0.14.0" }
reqwest = { version = "0.12.10", features = ["json"] }
cynic-introspection = "3.9.1"
cynic = { version = "3.9.1", features = ["http-reqwest", "reqwest", "serde_json"] }