fix(deps): update rust crate graphql_client to 0.16.0
All checks were successful
Continuous integration / Test Suite (push) Successful in 2m36s
Continuous integration / Check (push) Successful in 3m29s
Continuous integration / Trunk (push) Successful in 1m12s
Continuous integration / Rustfmt (push) Successful in 1m35s
Continuous integration / build (push) Successful in 2m34s
Continuous integration / Disallow unused dependencies (push) Successful in 5m37s

This commit is contained in:
2026-01-15 18:46:24 +00:00
parent 630e9b68b7
commit f45bf002ba
2 changed files with 7 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ serde = { version = "1.0.219", features = ["derive"] }
itertools = "0.14.0"
serde_json = { version = "1.0.140", features = ["unbounded_depth"] }
chrono = "0.4.40"
graphql_client = "0.15.0"
graphql_client = "0.16.0"
thiserror = "2.0.12"
gloo-net = { version = "0.6.0", features = ["json", "serde_json"] }
human_format = "1.1.0"