Merge pull request 'fix(deps): update rust crate graphql_client to 0.14.0' (#21) from renovate/graphql_client-0.x into master

Reviewed-on: #21
This commit was merged in pull request #21.
This commit is contained in:
2025-02-09 14:30:21 -08:00
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.6.0", features = ["json", "serde_json"] }