fix(deps): update all non-major dependencies
Some checks failed
Continuous integration / Test Suite (push) Successful in 3m5s
Continuous integration / Check (push) Successful in 3m34s
Continuous integration / Trunk (push) Successful in 1m23s
Continuous integration / Rustfmt (push) Successful in 1m31s
Continuous integration / Disallow unused dependencies (push) Failing after 28s
Continuous integration / build (push) Successful in 2m36s

This commit is contained in:
2025-12-08 17:16:54 +00:00
parent f5c4067291
commit fcff0411f9
2 changed files with 26 additions and 32 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.14.0"
graphql_client = "0.15.0"
thiserror = "2.0.12"
gloo-net = { version = "0.6.0", features = ["json", "serde_json"] }
human_format = "1.1.0"