fix(deps): update rust crate graphql_client to 0.14.0

This commit is contained in:
2025-02-09 20:16:48 +00:00
parent 5981356492
commit 38c2c508e8
2 changed files with 7 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ shared = { path = "../shared" }
itertools = "0.10.5"
serde_json = { version = "1.0.93", features = ["unbounded_depth"] }
chrono = "0.4.31"
graphql_client = "0.13.0"
graphql_client = "0.14.0"
thiserror = "1.0.50"
seed_hooks = { git = "https://github.com/wathiede/styles_hooks", package = "seed_hooks", branch = "main" }
gloo-net = { version = "0.4.0", features = ["json", "serde_json"] }